introspection: Remove spurious trailing :

This isn't valid syntax.
This commit is contained in:
Colin Walters 2010-12-03 14:25:51 -05:00
parent 8071012728
commit d11f413345

View File

@ -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.