summaryrefslogtreecommitdiff
path: root/libupower-glib/up-device.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-device.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-device.c')
-rw-r--r--libupower-glib/up-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libupower-glib/up-device.c b/libupower-glib/up-device.c
index b8768d8..31db5ec 100644
--- a/libupower-glib/up-device.c
+++ b/libupower-glib/up-device.c
@@ -592,7 +592,7 @@ out:
*
* Gets the device history.
*
- * Return value: (transfer full): an array of #UpHistoryItem's, with the most
+ * Return value: (element-type UpHistoryItem) (transfer full): an array of #UpHistoryItem's, with the most
* recent one being first; %NULL if @error is set or @device is
* invalid
*
@@ -679,7 +679,7 @@ out:
*
* Gets the device current statistics.
*
- * Return value: (transfer full): an array of #UpStatsItem's, else #NULL and @error is used
+ * Return value: (element-type UpStatsItem) (transfer full): an array of #UpStatsItem's, else #NULL and @error is used
*
* Since: 0.9.0
**/