方法
GioDBusNodeInfogenerate_xml
自:2.26
声明 [src]
void
g_dbus_node_info_generate_xml (
GDBusNodeInfo* info,
guint indent,
GString* string_builder
)
描述 [src]
将 info
(及其子节点)的 XML 表示形式附加到 string_builder
。
此函数通常用于在运行时生成用于处理 org.freedesktop.DBus.Introspectable.Introspect
方法的 introspection XML 文档。
自 2.26 起可用
参数
indent
-
类型:
guint
缩进级别。
string_builder
-
类型:
GString
要添加 XML 数据的
GString
。数据由方法的调用者拥有。