gmarkup.h File Reference

#include <gerror.h>

Go to the source code of this file.

Classes

struct  _GMarkupParser

Defines

#define G_MARKUP_ERROR   g_markup_error_quark ()

Typedefs

typedef _GMarkupParseContext GMarkupParseContext
typedef _GMarkupParser GMarkupParser

Enumerations

enum  GMarkupError
enum  GMarkupParseFlags

Functions

GQuark g_markup_error_quark ()
GMarkupParseContextg_markup_parse_context_new (const GMarkupParser *parser, GMarkupParseFlags flags, gpointer user_data, GDestroyNotify user_data_dnotify)
void g_markup_parse_context_free (GMarkupParseContext *context)
gboolean g_markup_parse_context_parse (GMarkupParseContext *context, const gchar *text, gint text_len, GError **error)
gboolean g_markup_parse_context_end_parse (GMarkupParseContext *context, GError **error)
void g_markup_parse_context_get_position (GMarkupParseContext *context, gint *line_number, gint *char_number)
gcharg_markup_escape_text (const gchar *text, gint length)


Define Documentation

#define G_MARKUP_ERROR   g_markup_error_quark ()

Definition at line 44 of file gmarkup.h.


Typedef Documentation

typedef struct _GMarkupParseContext GMarkupParseContext

Definition at line 55 of file gmarkup.h.

typedef struct _GMarkupParser GMarkupParser

Definition at line 56 of file gmarkup.h.


Enumeration Type Documentation

enum GMarkupError

Definition at line 31 of file gmarkup.h.

enum GMarkupParseFlags

Definition at line 48 of file gmarkup.h.


Function Documentation

GQuark g_markup_error_quark (  ) 

gchar* g_markup_escape_text ( const gchar text,
gint  length 
)

gboolean g_markup_parse_context_end_parse ( GMarkupParseContext context,
GError **  error 
)

void g_markup_parse_context_free ( GMarkupParseContext context  ) 

void g_markup_parse_context_get_position ( GMarkupParseContext context,
gint line_number,
gint char_number 
)

GMarkupParseContext* g_markup_parse_context_new ( const GMarkupParser parser,
GMarkupParseFlags  flags,
gpointer  user_data,
GDestroyNotify  user_data_dnotify 
)

gboolean g_markup_parse_context_parse ( GMarkupParseContext context,
const gchar text,
gint  text_len,
GError **  error 
)


Generated on Tue Jul 5 15:58:43 2011 for ROOT_528-00b_version by  doxygen 1.5.1