GopXMLSink (internal)

GopXMLSink (internal) — Internal API for GopXMLSink implementors.

Synopsis




void        gop_xml_sink_emit_done          (GopXMLSink *self);

Description

Common convenience API for implementors of the GopXMLSink interface.

Details

gop_xml_sink_emit_done ()

void        gop_xml_sink_emit_done          (GopXMLSink *self);

Emit the "deserialisation done" signal. For use by XML sinks with implement this interface only.

self : Self instance.