#include "pdb-file.h"#include "pdb-error.h"#include "reloc.h"#include "pathutils.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <sys/wait.h>
Typedefs | |
| typedef const gchar *(* | PdbGetXsdDirFunc) (void) |
Functions | |
| gint | pdb_file_detect_version (const gchar *pdbfile, GError **error) |
| gboolean | pdb_file_validate (const gchar *filename, GError **error) |
| gboolean | pdb_file_validate_in_tests (const gchar *filename, GError **error) |
| GPtrArray * | pdb_get_filenames (const gchar *dir_path, gboolean recursive, gchar *pattern, GError **error) |
| void | pdb_sort_filenames (GPtrArray *filenames) |
| typedef const gchar*(* PdbGetXsdDirFunc) (void) |
| gint pdb_file_detect_version | ( | const gchar * | pdbfile, |
| GError ** | error | ||
| ) |
| gboolean pdb_file_validate | ( | const gchar * | filename, |
| GError ** | error | ||
| ) |
| gboolean pdb_file_validate_in_tests | ( | const gchar * | filename, |
| GError ** | error | ||
| ) |
| GPtrArray* pdb_get_filenames | ( | const gchar * | dir_path, |
| gboolean | recursive, | ||
| gchar * | pattern, | ||
| GError ** | error | ||
| ) |
| void pdb_sort_filenames | ( | GPtrArray * | filenames | ) |