gpattern.h File Reference

__G_PATTERN_H__

Typedef GPatternSpec

typedef typedefG_BEGIN_DECLS struct _GPatternSpecGPatternSpec

g_pattern_spec_new ( const gchar * )

IMPORT_C GPatternSpec *g_pattern_spec_new(const gchar *pattern)

g_pattern_spec_free ( GPatternSpec * )

IMPORT_C voidg_pattern_spec_free(GPatternSpec *pspec)

g_pattern_spec_equal ( GPatternSpec *, GPatternSpec * )

IMPORT_C gbooleang_pattern_spec_equal(GPatternSpec *pspec1,
GPatternSpec *pspec2
)

g_pattern_match ( GPatternSpec *, guint, const gchar *, const gchar * )

IMPORT_C gbooleang_pattern_match(GPatternSpec *pspec,
guintstring_length,
const gchar *string,
const gchar *string_reversed
)

g_pattern_match_string ( GPatternSpec *, const gchar * )

IMPORT_C gbooleang_pattern_match_string(GPatternSpec *pspec,
const gchar *string
)

g_pattern_match_simple ( const gchar *, const gchar * )

IMPORT_C gbooleang_pattern_match_simple(const gchar *pattern,
const gchar *string
)