#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 () |
GMarkupParseContext * | g_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) |
gchar * | g_markup_escape_text (const gchar *text, gint length) |
typedef struct _GMarkupParseContext GMarkupParseContext |
typedef struct _GMarkupParser GMarkupParser |
enum GMarkupError |
enum GMarkupParseFlags |
GQuark g_markup_error_quark | ( | ) |
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 | |||
) |