22 #ifndef _GNCSEARCH_INT64_H 23 #define _GNCSEARCH_INT64_H 25 #include "search-core-type.h" 28 #define GNC_TYPE_SEARCH_INT64 (gnc_search_int64_get_type ()) 29 G_DECLARE_FINAL_TYPE (GNCSearchInt64, gnc_search_int64, GNC, SEARCH_INT64, GNCSearchCoreType)
31 GNCSearchInt64 *gnc_search_int64_new (
void);
34 void gnc_search_int64_set_value (GNCSearchInt64 *fi, gint64 val);
35 void gnc_search_int64_set_how (GNCSearchInt64 *fi,
QofQueryCompare how);
QofQueryCompare
Standard Query comparators, for how to compare objects in a predicate.