22#ifndef _GNCSEARCH_RECONCILED_H
23#define _GNCSEARCH_RECONCILED_H
25#include "search-core-type.h"
28#define GNC_TYPE_SEARCH_RECONCILED (gnc_search_reconciled_get_type ())
29G_DECLARE_FINAL_TYPE (GNCSearchReconciled, gnc_search_reconciled, GNC, SEARCH_RECONCILED, GNCSearchCoreType)
31GNCSearchReconciled *gnc_search_reconciled_new (
void);
34void gnc_search_reconciled_set_value(GNCSearchReconciled *fi, cleared_match_t value);
35void gnc_search_reconciled_set_how (GNCSearchReconciled *fi,
QofCharMatch how);
QofCharMatch
A CHAR type is for a RECNCell, Comparisons for QOF_TYPE_CHAR 'ANY' will match any character in the st...