Merge branch 'dbus-address-transfer-annotation' into 'master'

gdbusaddress: Add missing transfer annotation

See merge request GNOME/glib!997
This commit is contained in:
Philip Withnall 2019-07-16 21:07:20 +00:00
commit f6666f5e09

View File

@ -1261,8 +1261,8 @@ get_session_address_platform_specific (GError **error)
* The returned address will be in the * The returned address will be in the
* [D-Bus address format](https://dbus.freedesktop.org/doc/dbus-specification.html#addresses). * [D-Bus address format](https://dbus.freedesktop.org/doc/dbus-specification.html#addresses).
* *
* Returns: a valid D-Bus address string for @bus_type or %NULL if * Returns: (transfer full): a valid D-Bus address string for @bus_type or
* @error is set * %NULL if @error is set
* *
* Since: 2.26 * Since: 2.26
*/ */