Class

GUPnPXMLDoc

since: 0.14.0

Description [src]

final class GUPnP.XMLDoc : GObject.Object
  implements Gio.Initable {
  /* No available fields */
}

Reference-counting wrapper for libxml’s #xmlDoc.

Available since: 0.14.0

Ancestors

Implements

Constructors

gupnp_xml_doc_new

Create a new GUPnPXMLDoc for xml_doc.

since: 0.14.0

gupnp_xml_doc_new_from_path

Create a new GUPnPXMLDoc for the XML document at path.

since: 0.14.0

Instance methods

gupnp_xml_doc_get_doc
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GInitable (1)
g_initable_init

Initializes the object implementing the interface.

Properties

GUPnP.XMLDoc:doc
No description available.

GUPnP.XMLDoc:path
No description available.

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.

Class structure

struct GUPnPXMLDocClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.