Add missing Since: tag
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Dec 2010 19:48:35 +0000 (14:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Dec 2010 19:49:07 +0000 (14:49 -0500)
g_simple_async_result_is_valid was added in 2.20.

Bug 636351

gio/gsimpleasyncresult.c

index 402a737..2166bea 100644 (file)
@@ -904,6 +904,8 @@ g_simple_async_result_run_in_thread (GSimpleAsyncResult     *simple,
  * _finish function from which this function is called).
  *
  * Returns: #TRUE if all checks passed or #FALSE if any failed.
+ *
+ * Since: 2.20
  **/
 gboolean
 g_simple_async_result_is_valid (GAsyncResult *result,