[gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()

This commit is contained in:
Martin Pitt 2011-08-10 22:50:26 +02:00
parent 27599d671e
commit b2c6b801bc

View 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. * 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 * Since: 2.26
*/ */