Method
XemeExtensionMapparse_end
unstable since: 0.1
Declaration [src]
void
xeme_extension_map_parse_end (
XemeExtensionMap* map,
GMarkupParseContext* context
)
Description [src]
Finishes a previous call to xeme_extension_map_parse_start().
This method should be called from an end_element implementation of a
GMarkupParser.
Available since: 0.1
Parameters
context-
Type:
GMarkupParseContextThe
GMarkupParseContextfor the parser.The data is owned by the caller of the method.