Appends an XML representation of info (and its children) to string_builder.
This function is typically used for generating introspection XML documents at run-time for
handling the org.freedesktop.DBus.Introspectable.Introspect method.
Indentation level.
A GLib.String to to append XML data to.
Looks up information about an interface.
The cost of this function is O(n) in number of interfaces.
A D-Bus interface name.
A Gio.DBusInterfaceInfo or null if not found. Do not free, it is owned by info.
If info is statically allocated does nothing. Otherwise increases
the reference count.
The same info.
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.
Staticnew_
Information about nodes in a remote object hierarchy.
Since
2.26