mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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
|
||||
*
|
||||
* Since: 2.26
|
||||
* Since: 2.28
|
||||
**/
|
||||
GSimpleAsyncResult *
|
||||
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
|
||||
* of @error, so the caller does not need to free it any more.
|
||||
*
|
||||
* Since: 2.26
|
||||
* Since: 2.28
|
||||
**/
|
||||
void
|
||||
g_simple_async_result_take_error (GSimpleAsyncResult *simple,
|
||||
|
Loading…
Reference in New Issue
Block a user