Method
GioDBusNodeInfogenerate_xml
Declaration
void
g_dbus_node_info_generate_xml (
GDBusNodeInfo* info,
guint indent,
GString* string_builder
)
Description
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.
Available since: | 2.26 |
Parameters
indent |
guint |
Indentation level. |
|
string_builder |
GString |
A |
|
The data is owned by the caller of the function. |