24 #ifndef CORRELATION_PDB_FILE_H_INCLUDED
25 #define CORRELATION_PDB_FILE_H_INCLUDED 1
32 GPtrArray *
pdb_get_filenames(
const gchar *dir_path, gboolean recursive, gchar *pattern, GError **error);
gboolean pdb_file_validate_in_tests(const gchar *filename, GError **error)
Definition: pdb-file.c:164
void pdb_sort_filenames(GPtrArray *filenames)
Definition: pdb-file.c:245
GPtrArray * pdb_get_filenames(const gchar *dir_path, gboolean recursive, gchar *pattern, GError **error)
Definition: pdb-file.c:170
gint pdb_file_detect_version(const gchar *pdbfile, GError **error)
Definition: pdb-file.c:36
gboolean pdb_file_validate(const gchar *filename, GError **error)
Definition: pdb-file.c:158