mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gio: Mark g_task_get_source_object as nullable
In conjunction with ca4fe5942a
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…
Reference in New Issue
Block a user