mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Fix Since: for new functions
g_simple_async_result_new_from_error/take_error are Since: 2.28.
This commit is contained in:
parent
5327db4c2f
commit
7434c1725d
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user