summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-04-23 15:20:37 +0200
committerBastien Nocera <hadess@hadess.net>2014-04-23 15:48:48 +0200
commitd650df8af80b734f6c44a0acb2080493330b8836 (patch)
treeb9891ab4df2e837d543639b3d0639447e17a6130
parent4bed9c99c1d459f0d1bc760716573e2a2af5e0e1 (diff)
downloadupower-d650df8af80b734f6c44a0acb2080493330b8836.tar.gz
lib: Fix typo in g-i annotation
Missing colon.
-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 17fb02d..582fac9 100644
--- a/libupower-glib/up-client.c
+++ b/libupower-glib/up-client.c
@@ -131,7 +131,7 @@ up_client_get_devices (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 #UpClient object, or %NULL on error.
*
* Since: 1.0
**/