Method

XemeExtensionMapparse_end

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: GMarkupParseContext

The GMarkupParseContext for the parser.

The data is owned by the caller of the function.