Method
XemeExtensionparse_end
since: 0.1
Declaration [src]
void
xeme_extension_parse_end (
XemeExtension* extension,
GMarkupParseContext* context
)
Description [src]
Finishes a previous call to xeme_extension_parse_start()
.
Note: This method should be called from an end_element implementation of a
GMarkupParser
.
Available since: 0.1
Parameters
context
-
Type:
GMarkupParseContext
The
GMarkupParseContext
of the parser.The data is owned by the caller of the function.