2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
9 typedef struct _FindCondition FindCondition
;
10 typedef struct _FindInfo FindInfo
;
11 typedef gboolean (*FindTest
)(FindCondition
*condition
, FindInfo
*info
);
12 typedef void (*FindFree
)(FindCondition
*condition
);
16 const guchar
*fullpath
;
23 FindCondition
*find_compile(const gchar
*string
);
24 gboolean
find_test_condition(FindCondition
*condition
, FindInfo
*info
);
25 void find_condition_free(FindCondition
*condition
);