mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 12:08:04 +02:00
gio: Mark g_task_get_source_object as nullable
In conjunction with ca4fe5942afa5d24f2c99f12d41598cf04b7718f Reviewed-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
3d8296940a
commit
1fb56be6ab
@ -978,7 +978,7 @@ g_task_set_source_tag (GTask *task,
|
||||
* Gets the source object from @task. Like
|
||||
* g_async_result_get_source_object(), but does not ref the object.
|
||||
*
|
||||
* Returns: (transfer none) (type GObject): @task's source object, or %NULL
|
||||
* Returns: (transfer none) (nullable) (type GObject): @task's source object, or %NULL
|
||||
*
|
||||
* Since: 2.36
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user