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:
Rico Tzschichholz 2017-10-11 17:14:11 +02:00
parent 3d8296940a
commit 1fb56be6ab

View File

@ -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
*/