DBusNodeInfo.this

Parses xml_data and returns a GDBusNodeInfo representing the data. The introspection XML must contain exactly one top-level <node> element. Note that this routine is using a GMarkup-based parser that only accepts a subset of valid XML documents. Since 2.26

  1. this(GDBusNodeInfo* gDBusNodeInfo)
  2. this(string xmlData)
    class DBusNodeInfo
    this
    (
    string xmlData
    )

Parameters

xmlData string

Valid D-Bus introspection XML.

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta