Searched refs:GPatternSpec (Results 1 – 10 of 10) sorted by relevance
30 typedef struct _GPatternSpec GPatternSpec; typedef33 GPatternSpec* g_pattern_spec_new (const gchar *pattern);35 void g_pattern_spec_free (GPatternSpec *pspec);37 gboolean g_pattern_spec_equal (GPatternSpec *pspec1,38 GPatternSpec *pspec2);40 gboolean g_pattern_match (GPatternSpec *pspec,45 gboolean g_pattern_match_string (GPatternSpec *pspec,
188 g_pattern_match (GPatternSpec *pspec, in g_pattern_match()248 GPatternSpec*251 GPatternSpec *pspec; in g_pattern_spec_new()263 pspec = g_new (GPatternSpec, 1); in g_pattern_spec_new()363 g_pattern_spec_free (GPatternSpec *pspec) in g_pattern_spec_free()382 g_pattern_spec_equal (GPatternSpec *pspec1, in g_pattern_spec_equal()383 GPatternSpec *pspec2) in g_pattern_spec_equal()405 g_pattern_match_string (GPatternSpec *pspec, in g_pattern_match_string()430 GPatternSpec *pspec; in g_pattern_match_simple()
70 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GPatternSpec, g_pattern_spec_free)
75 GPatternSpec *spec; in test_compilation()155 GPatternSpec *p; in test_match()198 GPatternSpec *p1, *p2; in test_equal()
271 g_autoptr(GPatternSpec) val = g_pattern_spec_new ("plaid"); in test_g_pattern_spec()
298 GPatternSpec *pat;1821 GPatternSpec *pat; in gst_debug_set_threshold_for_name()1848 GPatternSpec *pat; in gst_debug_unset_threshold_for_name()
1391 GPatternSpec
2566 GPatternSpec *pspec = g_pattern_spec_new (pattern); in handle_wildcards()
2501 GPatternSpec *pspec = g_pattern_spec_new (pattern); in handle_wildcards()
13384 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).