Fix Since: for new functions

g_simple_async_result_new_from_error/take_error are Since: 2.28.
This commit is contained in:
Christian Persch 2010-11-01 11:06:26 +01:00
parent 5327db4c2f
commit 7434c1725d

View File

@ -372,7 +372,7 @@ g_simple_async_result_new_from_error (GObject *source_object,
* *
* Returns: a #GSimpleAsyncResult * Returns: a #GSimpleAsyncResult
* *
* Since: 2.26 * Since: 2.28
**/ **/
GSimpleAsyncResult * GSimpleAsyncResult *
g_simple_async_result_new_take_error (GObject *source_object, g_simple_async_result_new_take_error (GObject *source_object,
@ -639,7 +639,7 @@ g_simple_async_result_set_from_error (GSimpleAsyncResult *simple,
* Sets the result from @error, and takes over the caller's ownership * Sets the result from @error, and takes over the caller's ownership
* of @error, so the caller does not need to free it any more. * of @error, so the caller does not need to free it any more.
* *
* Since: 2.26 * Since: 2.28
**/ **/
void void
g_simple_async_result_take_error (GSimpleAsyncResult *simple, g_simple_async_result_take_error (GSimpleAsyncResult *simple,