gpattern.h File Reference

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)

Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _GPatternSpec GPatternSpec
 

Function Documentation

IMPORT_C gboolean g_pattern_match GPatternSpec pspec,
guint  string_length,
const gchar string,
const gchar string_reversed
 
IMPORT_C gboolean g_pattern_match_simple const gchar pattern,
const gchar string
 
IMPORT_C gboolean g_pattern_match_string GPatternSpec pspec,
const gchar string
 
IMPORT_C gboolean g_pattern_spec_equal GPatternSpec pspec1,
GPatternSpec pspec2
 
IMPORT_C void g_pattern_spec_free GPatternSpec pspec  ) 
 
IMPORT_C GPatternSpec* g_pattern_spec_new const gchar pattern  ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top