Class
XemeExtensionMap
since: 0.1
Description [src]
final class Xeme.ExtensionMap : GObject.Object {
/* No available fields */
}
A collection for keeping track of and handling extension elements.
Available since: 0.1
Instance methods
xeme_extension_map_lookup
Look if an extension matching element
and namespace
has been added to
map
.
since: 0.1
xeme_extension_map_parse_end
Finishes a previous call to xeme_extension_map_parse_start()
.
since: 0.1
xeme_extension_map_parse_start
Walks through all of the elements in context
. If extension elements are
found in map
, then their parse methods will be called and processed.
since: 0.1
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.