summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Norris <rw_norris@hotmail.com>2017-03-12 22:03:19 +0000
committerZeeshan Ali <zeenix@gmail.com>2017-03-13 12:50:03 +0100
commitfc803194c0dbc9da34d6a1e8aef54d56df55ca3d (patch)
tree1bd0d8b334b9a38b7e36aca2ea0c14412f2ee85c
parent37b18f20abc044689b8a493da859b3fcf174c407 (diff)
downloadgeoclue-fc803194c0dbc9da34d6a1e8aef54d56df55ca3d.tar.gz
simple: Correct function name in doc comment
Correct a copy&paste mistake in a doc comment. https://bugs.freedesktop.org/show_bug.cgi?id=100176
-rw-r--r--libgeoclue/gclue-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgeoclue/gclue-simple.c b/libgeoclue/gclue-simple.c
index b0c1301..0619155 100644
--- a/libgeoclue/gclue-simple.c
+++ b/libgeoclue/gclue-simple.c
@@ -376,7 +376,7 @@ gclue_simple_init (GClueSimple *simple)
* Asynchronously creates a #GClueSimple instance. Use
* #gclue_simple_new_finish() to get the created #GClueSimple instance.
*
- * See #gclue_fetch_location_sync() for the synchronous, blocking version
+ * See #gclue_simple_new_sync() for the synchronous, blocking version
* of this function.
*/
void