mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
[gi] Add missing transfer annotation to g_dbus_node_info_lookup_interface()
This commit is contained in:
parent
27599d671e
commit
b2c6b801bc
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user