fileinfo: Add g_file_attribute_matcher_to_string()

This is to be mainly used for debugging and tests.
This commit is contained in:
Benjamin Otte
2011-11-01 19:06:39 +01:00
parent 86d29e4e73
commit b400127b3e
4 changed files with 43 additions and 0 deletions

View File

@@ -946,6 +946,7 @@ gboolean g_file_attribute_matcher_matches_only (GFileAttributeMa
gboolean g_file_attribute_matcher_enumerate_namespace (GFileAttributeMatcher *matcher,
const char *ns);
const char * g_file_attribute_matcher_enumerate_next (GFileAttributeMatcher *matcher);
char * g_file_attribute_matcher_to_string (GFileAttributeMatcher *matcher);
G_END_DECLS