From fc803194c0dbc9da34d6a1e8aef54d56df55ca3d Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sun, 12 Mar 2017 22:03:19 +0000 Subject: 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 --- libgeoclue/gclue-simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgeoclue') 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 -- cgit v1.2.1