glib.gpattern

Undocumented in source.

Members

Functions

g_pattern_match
gboolean g_pattern_match(GPatternSpec* pspec, guint string_length, const(gchar)* str, const(gchar)* string_reversed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pattern_match_simple
gboolean g_pattern_match_simple(const(gchar)* pattern, const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pattern_match_string
gboolean g_pattern_match_string(GPatternSpec* pspec, const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pattern_spec_equal
gboolean g_pattern_spec_equal(GPatternSpec* pspec1, GPatternSpec* pspec2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pattern_spec_free
void g_pattern_spec_free(GPatternSpec* pspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pattern_spec_new
GPatternSpec* g_pattern_spec_new(const(gchar)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GPatternSpec
struct GPatternSpec
Undocumented in source.

Meta