[gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 10 Aug 2011 20:50:26 +0000 (22:50 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 10 Aug 2011 20:51:32 +0000 (22:51 +0200)
gio/gdbusintrospection.c

index 39f5765..10e38dd 100644 (file)
@@ -2159,7 +2159,7 @@ g_dbus_interface_info_cache_release (GDBusInterfaceInfo *info)
  *
  * This cost of this function is O(n) in number of interfaces.
  *
- * Returns: A #GDBusInterfaceInfo or %NULL if not found. Do not free, it is owned by @info.
+ * Returns: (transfer none): A #GDBusInterfaceInfo or %NULL if not found. Do not free, it is owned by @info.
  *
  * Since: 2.26
  */