Lines Matching refs:GFileAttributeMatcher
65 #define NO_ATTRIBUTE_MASK ((GFileAttributeMatcher *)1)
77 GFileAttributeMatcher *mask;
439 GFileAttributeMatcher *mask) in g_file_info_set_attribute_mask()
2308 G_DEFINE_BOXED_TYPE (GFileAttributeMatcher, g_file_attribute_matcher, in G_DEFINE_BOXED_TYPE() argument
2341 static GFileAttributeMatcher *
2342 matcher_optimize (GFileAttributeMatcher *matcher) in matcher_optimize()
2416 GFileAttributeMatcher *
2422 GFileAttributeMatcher *matcher; in g_file_attribute_matcher_new()
2427 matcher = g_malloc0 (sizeof (GFileAttributeMatcher)); in g_file_attribute_matcher_new()
2487 GFileAttributeMatcher *
2488 g_file_attribute_matcher_subtract (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_subtract()
2489 GFileAttributeMatcher *subtract) in g_file_attribute_matcher_subtract()
2491 GFileAttributeMatcher *result; in g_file_attribute_matcher_subtract()
2504 result = g_malloc0 (sizeof (GFileAttributeMatcher)); in g_file_attribute_matcher_subtract()
2549 GFileAttributeMatcher *
2550 g_file_attribute_matcher_ref (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_ref()
2569 g_file_attribute_matcher_unref (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_unref()
2596 g_file_attribute_matcher_matches_only (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_matches_only()
2620 matcher_matches_id (GFileAttributeMatcher *matcher, in matcher_matches_id()
2640 _g_file_attribute_matcher_matches_id (GFileAttributeMatcher *matcher, in _g_file_attribute_matcher_matches_id()
2665 g_file_attribute_matcher_matches (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_matches()
2697 g_file_attribute_matcher_enumerate_namespace (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_enumerate_namespace()
2741 g_file_attribute_matcher_enumerate_next (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_enumerate_next()
2783 g_file_attribute_matcher_to_string (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_to_string()