Virtual Method
XemeExtensionparse_end
unstable since: 0.1
Declaration [src]
void
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:
GMarkupParseContextThe
GMarkupParseContextof the parser.The data is owned by the caller of the method.