typedef typedefG_BEGIN_DECLS struct _GPatternSpec | GPatternSpec |
IMPORT_C GPatternSpec * | g_pattern_spec_new | ( | const gchar * | pattern | ) |
IMPORT_C void | g_pattern_spec_free | ( | GPatternSpec * | pspec | ) |
IMPORT_C gboolean | g_pattern_spec_equal | ( | GPatternSpec * | pspec1, |
GPatternSpec * | pspec2 | |||
) |
IMPORT_C gboolean | g_pattern_match | ( | GPatternSpec * | pspec, |
guint | string_length, | |||
const gchar * | string, | |||
const gchar * | string_reversed | |||
) |