[glib] [gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()



commit b2c6b801bc12429305f022c332b693a142098177
Author: Martin Pitt <martin pitt ubuntu com>
Date:   Wed Aug 10 22:50:26 2011 +0200

    [gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()

 gio/gdbusintrospection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gdbusintrospection.c b/gio/gdbusintrospection.c
index 39f5765..10e38dd 100644
--- a/gio/gdbusintrospection.c
+++ b/gio/gdbusintrospection.c
@@ -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
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]