summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-05-29 16:03:57 +0200
committerGuido Günther <agx@sigxcpu.org>2018-09-30 19:19:02 +0200
commit5ffcb1c2697cf4259470229f8fe8cb4c85faf76e (patch)
treef69b194059ca8042055853d08303807d3af94fe1
parentafdf4f99192120e3c5fc0611eb54f0f2d6cf722c (diff)
downloadupower-5ffcb1c2697cf4259470229f8fe8cb4c85faf76e.tar.gz
lib: UpClient: up_client_get_display_device returns a UpDevice
It doesn't return a UpClient.
-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 7172ae4..1491a98 100644
--- a/libupower-glib/up-client.c
+++ b/libupower-glib/up-client.c
@@ -151,7 +151,7 @@ up_client_get_devices2 (UpClient *client)
* @client: a #UpClient instance.
*
* Get the composite display device.
- * Return value: (transfer full): a #UpClient object, or %NULL on error.
+ * Return value: (transfer full): a #UpDevice object, or %NULL on error.
*
* Since: 1.0
**/