- g_markup_collect_attributes
gboolean g_markup_collect_attributes(const(gchar)* element_name, const(gchar)** attribute_names, const(gchar)** attribute_values, GError** error, GMarkupCollectType first_type, const(gchar)* first_attr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_error_quark
GQuark g_markup_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_escape_text
gchar* g_markup_escape_text(const(gchar)* text, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_end_parse
gboolean g_markup_parse_context_end_parse(GMarkupParseContext* context, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_free
void g_markup_parse_context_free(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_get_element
const(gchar)* g_markup_parse_context_get_element(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_get_element_stack
const(GSList)* g_markup_parse_context_get_element_stack(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_get_position
void g_markup_parse_context_get_position(GMarkupParseContext* context, gint* line_number, gint* char_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_get_user_data
gpointer g_markup_parse_context_get_user_data(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_new
GMarkupParseContext* g_markup_parse_context_new(const(GMarkupParser)* parser, GMarkupParseFlags flags, gpointer user_data, GDestroyNotify user_data_dnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_parse
gboolean g_markup_parse_context_parse(GMarkupParseContext* context, const(gchar)* text, gssize text_len, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_pop
gpointer g_markup_parse_context_pop(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_push
void g_markup_parse_context_push(GMarkupParseContext* context, const(GMarkupParser)* parser, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_ref
GMarkupParseContext* g_markup_parse_context_ref(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_parse_context_unref
void g_markup_parse_context_unref(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_printf_escaped
gchar* g_markup_printf_escaped(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_markup_vprintf_escaped
gchar* g_markup_vprintf_escaped(const(char)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.