Method
GLibMarkupParseContextget_element
since: 2.2
Declaration [src]
const gchar*
g_markup_parse_context_get_element (
GMarkupParseContext* context
)
Description [src]
Retrieves the name of the currently open element.
If called from the start_element or end_element handlers this will give the element_name as passed to those functions. For the parent elements, see g_markup_parse_context_get_element_stack().
Available since: 2.2