4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
11 typedef struct _FindCondition FindCondition
;
12 typedef struct _FindInfo FindInfo
;
13 typedef gboolean (*FindTest
)(FindCondition
*condition
, FindInfo
*info
);
14 typedef void (*FindFree
)(FindCondition
*condition
);
18 const guchar
*fullpath
;
25 FindCondition
*find_compile(const gchar
*string
);
26 gboolean
find_test_condition(FindCondition
*condition
, FindInfo
*info
);
27 void find_condition_free(FindCondition
*condition
);