diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-05-29 16:03:57 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-09-30 19:19:02 +0200 |
commit | 5ffcb1c2697cf4259470229f8fe8cb4c85faf76e (patch) | |
tree | f69b194059ca8042055853d08303807d3af94fe1 | |
parent | afdf4f99192120e3c5fc0611eb54f0f2d6cf722c (diff) | |
download | upower-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.c | 2 |
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 **/ |