summaryrefslogtreecommitdiff
path: root/libupower-glib/up-client.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-10 22:28:26 +0200
committerBastien Nocera <hadess@hadess.net>2013-10-14 09:58:22 +0200
commit66da41ceacbeb1ecea05ed6c8df112faee9aeeb0 (patch)
tree87b42e5b24b44ab5f002778015b9180f91580bca /libupower-glib/up-client.c
parentfc5793e742d769febd3239bab8e88750457423ab (diff)
downloadupower-66da41ceacbeb1ecea05ed6c8df112faee9aeeb0.tar.gz
lib: Add missing "element-type" introspection metadata
https://bugs.freedesktop.org/show_bug.cgi?id=55419
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 c993391..26960fe 100644
--- a/libupower-glib/up-client.c
+++ b/libupower-glib/up-client.c
@@ -126,7 +126,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: (transfer full): an array of #UpDevice objects, free with g_ptr_array_unref()
+ * Return value: (element-type UpDevice) (transfer full): an array of #UpDevice objects, free with g_ptr_array_unref()
*
* Since: 0.9.0
**/