22 #ifndef _GNCSEARCH_DOUBLE_H 23 #define _GNCSEARCH_DOUBLE_H 25 #include "search-core-type.h" 28 #define GNC_TYPE_SEARCH_DOUBLE (gnc_search_double_get_type ()) 29 G_DECLARE_FINAL_TYPE (GNCSearchDouble, gnc_search_double, GNC, SEARCH_DOUBLE, GNCSearchCoreType)
31 GNCSearchDouble *gnc_search_double_new (
void);
34 void gnc_search_double_set_value (GNCSearchDouble *fi,
double val);
35 void gnc_search_double_set_how (GNCSearchDouble *fi,
QofQueryCompare how);
QofQueryCompare
Standard Query comparators, for how to compare objects in a predicate.