mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gdbusintrospection: Remove incorrect (out) annotations
The caller passes in a GString instance which is then modified by the function, rather than the function building its own GString and passing it out to the caller. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=783392
This commit is contained in:
parent
f98d998267
commit
085b3470f0
@ -776,7 +776,7 @@ g_dbus_property_info_generate_xml (GDBusPropertyInfo *info,
|
||||
* g_dbus_interface_info_generate_xml:
|
||||
* @info: A #GDBusNodeInfo
|
||||
* @indent: Indentation level.
|
||||
* @string_builder: (out): A #GString to to append XML data to.
|
||||
* @string_builder: A #GString to to append XML data to.
|
||||
*
|
||||
* Appends an XML representation of @info (and its children) to @string_builder.
|
||||
*
|
||||
@ -825,7 +825,7 @@ g_dbus_interface_info_generate_xml (GDBusInterfaceInfo *info,
|
||||
* g_dbus_node_info_generate_xml:
|
||||
* @info: A #GDBusNodeInfo.
|
||||
* @indent: Indentation level.
|
||||
* @string_builder: (out): A #GString to to append XML data to.
|
||||
* @string_builder: 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