DBusNodeInfo

Information about nodes in a remote object hierarchy.

Constructors

this
this(GDBusNodeInfo* gDBusNodeInfo)

Sets our main struct and passes it to the parent class.

this
this(string xmlData)

Parses @xml_data and returns a #GDBusNodeInfo representing the data.

Members

Functions

doref
DBusNodeInfo doref()

If @info is statically allocated does nothing. Otherwise increases the reference count.

generateXml
void generateXml(uint indent, StringG stringBuilder)

Appends an XML representation of @info (and its children) to @string_builder.

getDBusNodeInfoStruct
GDBusNodeInfo* getDBusNodeInfoStruct()

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

lookupInterface
DBusInterfaceInfo lookupInterface(string name)

Looks up information about an interface.

unref
void unref()

If @info is statically allocated, does nothing. Otherwise decreases the reference count of @info. When its reference count drops to 0, the memory used is freed.

Static functions

getType
GType getType()

Variables

gDBusNodeInfo
GDBusNodeInfo* gDBusNodeInfo;

the main Gtk struct

Meta

Since

2.26