From d11f413345f8ae3da92f4aebcf828ed133cbafbb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 3 Dec 2010 14:25:51 -0500 Subject: [PATCH] introspection: Remove spurious trailing : This isn't valid syntax. --- gio/gsimpleasyncresult.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c index 68cd02eec..402a7379d 100644 --- a/gio/gsimpleasyncresult.c +++ b/gio/gsimpleasyncresult.c @@ -533,7 +533,7 @@ g_simple_async_result_set_op_res_gpointer (GSimpleAsyncResult *simple, } /** - * g_simple_async_result_get_op_res_gpointer: (skip): + * g_simple_async_result_get_op_res_gpointer: (skip) * @simple: a #GSimpleAsyncResult. * * Gets a pointer result as returned by the asynchronous function.