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 ())
29G_DECLARE_FINAL_TYPE (GNCSearchDouble, gnc_search_double, GNC, SEARCH_DOUBLE, GNCSearchCoreType)
31GNCSearchDouble *gnc_search_double_new (
void);
34void gnc_search_double_set_value (GNCSearchDouble *fi,
double val);
35void gnc_search_double_set_how (GNCSearchDouble *fi,
QofQueryCompare how);
QofQueryCompare
Standard Query comparators, for how to compare objects in a predicate.