[glib: 1/2] gdbusaddress: Add missing transfer annotation



commit 0c495f3dbfe9d2717068c494486f88c1a0814020
Author: Matthew Leeds <matthew leeds endlessm com>
Date:   Tue Jul 16 13:43:20 2019 -0700

    gdbusaddress: Add missing transfer annotation

 gio/gdbusaddress.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gdbusaddress.c b/gio/gdbusaddress.c
index e88695139..e4d6bfb12 100644
--- a/gio/gdbusaddress.c
+++ b/gio/gdbusaddress.c
@@ -1261,8 +1261,8 @@ get_session_address_platform_specific (GError **error)
  * The returned address will be in the
  * [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
- *     @error is set
+ * Returns: (transfer full): a valid D-Bus address string for @bus_type or
+ *     %NULL if @error is set
  *
  * Since: 2.26
  */


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