mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
[gi] Add missing (out) annotation to g_dbus_{node,interface}_info_generate_xml()
This commit is contained in:
parent
782f839383
commit
c3fd789bb7
@ -773,7 +773,7 @@ g_dbus_property_info_generate_xml (GDBusPropertyInfo *info,
|
||||
* g_dbus_interface_info_generate_xml:
|
||||
* @info: A #GDBusNodeInfo
|
||||
* @indent: Indentation level.
|
||||
* @string_builder: A #GString to to append XML data to.
|
||||
* @string_builder: (out): A #GString to to append XML data to.
|
||||
*
|
||||
* Appends an XML representation of @info (and its children) to @string_builder.
|
||||
*
|
||||
@ -822,7 +822,7 @@ g_dbus_interface_info_generate_xml (GDBusInterfaceInfo *info,
|
||||
* g_dbus_node_info_generate_xml:
|
||||
* @info: A #GDBusNodeInfo.
|
||||
* @indent: Indentation level.
|
||||
* @string_builder: A #GString to to append XML data to.
|
||||
* @string_builder: (out): A #GString to to append XML data to.
|
||||
*
|
||||
* Appends an XML representation of @info (and its children) to @string_builder.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user