API published in:
API deprecated in:
#include <_ansi.h>
#include <glib/gtypes.h>
Go to the source code of this file.
Typedefs |
|
typedef typedefG_BEGIN_DECLS struct _GPatternSpec |
GPatternSpec |
Functions |
|
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) |
IMPORT_C gboolean | g_pattern_match_string (GPatternSpec *pspec, const gchar *string) |
IMPORT_C gboolean | g_pattern_match_simple (const gchar *pattern, const gchar *string) |
|
|
|
|
|
|
|