gio.dbus_node_info
Module for [DBusNodeInfo] class
class DBusNodeInfo
Types 1
classDBusNodeInfo : gobject.boxed.Boxed
Information about nodes in a remote object hierarchy.
Methods
int refCount() @property nothrowGet `refCount` field. Returns: The reference count or -1 if statically allocated.void refCount(int propval) @property nothrowSet `refCount` field. Params: propval = The reference count or -1 if statically allocated.string path() @property nothrowGet `path` field. Returns: The path of the node or null if omitted. Note that this may be a relative path. See the D-Bus specification for more details.void path(string propval) @property nothrowSet `path` field. Params: propval = The path of the node or null if omitted. Note that this may be a relative path. See the D-Bus specification for more details.gio.dbus_node_info.DBusNodeInfo newForXml(string xmlData) staticParses xml_data and returns a #GDBusNodeInfo representing the data.void generateXml(uint indent, glib.string_.String stringBuilder) nothrowAppends an XML representation of info (and its children) to string_builder.gio.dbus_interface_info.DBusInterfaceInfo lookupInterface(string name) nothrowLooks up information about an interface.Constructors
this(int refCount = int.init, string path = string.init)Create a `dbus_node_info.DBusNodeInfo` boxed type. Params: refCount = The reference count or -1 if statically allocated. path = The path of the node or null if omitted. Note that this may be a rela...