25 #ifndef QOF_QUERYCOREP_H
26 #define QOF_QUERYCOREP_H
28 #include <sys/types.h>
36 void qof_query_core_init (
void);
37 void qof_query_core_shutdown (
void);
45 typedef gint (*QofQueryPredicateFunc) (gpointer object,
53 typedef gint (*QofCompareFunc) (gpointer a, gpointer b,
54 gint compare_options,
QofParam * getter);
57 QofQueryPredicateFunc qof_query_core_get_predicate (gchar
const *type);
58 QofCompareFunc qof_query_core_get_compare (gchar
const *type);