Go to the source code of this file.
|
typedef typedefG_BEGIN_DECLS struct _GPatternSpec | GPatternSpec |
|
|
GLIB_AVAILABLE_IN_ALL GPatternSpec * | g_pattern_spec_new (const gchar *pattern) |
|
GLIB_AVAILABLE_IN_ALL void | g_pattern_spec_free (GPatternSpec *pspec) |
|
GLIB_AVAILABLE_IN_2_70 GPatternSpec * | g_pattern_spec_copy (GPatternSpec *pspec) |
|
GLIB_AVAILABLE_IN_ALL gboolean | g_pattern_spec_equal (GPatternSpec *pspec1, GPatternSpec *pspec2) |
|
GLIB_AVAILABLE_IN_2_70 gboolean | g_pattern_spec_match (GPatternSpec *pspec, gsize string_length, const gchar *string, const gchar *string_reversed) |
|
GLIB_AVAILABLE_IN_2_70 gboolean | g_pattern_spec_match_string (GPatternSpec *pspec, const gchar *string) |
|
gboolean | g_pattern_match (GPatternSpec *pspec, guint string_length, const gchar *string, const gchar *string_reversed) |
|
gboolean | g_pattern_match_string (GPatternSpec *pspec, const gchar *string) |
|
GLIB_AVAILABLE_IN_ALL gboolean | g_pattern_match_simple (const gchar *pattern, const gchar *string) |
|
◆ GPatternSpec
typedef typedefG_BEGIN_DECLS struct _GPatternSpec GPatternSpec |
◆ g_pattern_match()
◆ g_pattern_match_simple()
◆ g_pattern_match_string()
◆ g_pattern_spec_copy()
◆ g_pattern_spec_equal()
◆ g_pattern_spec_free()
◆ g_pattern_spec_match()
◆ g_pattern_spec_match_string()
◆ g_pattern_spec_new()