From: Martin Pitt Date: Thu, 11 Aug 2011 12:08:33 +0000 (+0200) Subject: [gi] Add missing (out) annotation to g_dbus_{node,interface}_info_generate_xml() X-Git-Tag: 2.29.16~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3fd789bb759aefb6fda144b953c2d09fc0dc20d;p=platform%2Fupstream%2Fglib.git [gi] Add missing (out) annotation to g_dbus_{node,interface}_info_generate_xml() --- diff --git a/gio/gdbusintrospection.c b/gio/gdbusintrospection.c index 10e38dd..3f0c757 100644 --- a/gio/gdbusintrospection.c +++ b/gio/gdbusintrospection.c @@ -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. *