DBusUtilities.nodeInfoGenerateXml

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. Since 2.26

class DBusUtilities
static
void
nodeInfoGenerateXml

Parameters

info GDBusNodeInfo*

A GDBusNodeInfo.

indent uint

Indentation level.

stringBuilder StringG

A GString to to append XML data to.

Meta