summaryrefslogtreecommitdiff
path: root/libupower-glib/up-client.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-10-05 11:13:09 +0100
committerRichard Hughes <richard@hughsie.com>2010-10-05 11:13:09 +0100
commit58f3d9fbdff88173276f05e0d6da2cf864758381 (patch)
tree40bc858b87aac84a9413290c924970318cc3a320 /libupower-glib/up-client.c
parentcfd3641501b23ae68beb9656489e8c3077c3dad5 (diff)
downloadupower-58f3d9fbdff88173276f05e0d6da2cf864758381.tar.gz
Fix up all the warnings when building with new versions of gobject-introspection
Diffstat (limited to 'libupower-glib/up-client.c')
-rw-r--r--libupower-glib/up-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
index 13d5bf7..01ceeb8 100644
--- a/libupower-glib/up-client.c
+++ b/libupower-glib/up-client.c
@@ -120,7 +120,7 @@ up_client_get_device (UpClient *client, const gchar *object_path)
* You must have called up_client_enumerate_devices_sync() before calling this
* function.
*
- * Return value: an array of #UpDevice objects, free with g_ptr_array_unref()
+ * Return value: (transfer full): an array of #UpDevice objects, free with g_ptr_array_unref()
*
* Since: 0.9.0
**/