DBusUtilities.nodeInfoNewForXml

Parses xml_data and returns a GDBusNodeInfo representing the data. Since 2.26

class DBusUtilities
static
nodeInfoNewForXml
(
string xmlData
)

Parameters

xmlData string

Valid D-Bus introspection XML.

Return Value

A GDBusNodeInfo structure or NULL if error is set. Free with g_dbus_node_info_unref().

Throws

GException on failure.

Meta