From 1fb56be6abbddee62ac09b0cf333d6f2227ba496 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 11 Oct 2017 17:14:11 +0200 Subject: [PATCH] gio: Mark g_task_get_source_object as nullable In conjunction with ca4fe5942afa5d24f2c99f12d41598cf04b7718f Reviewed-by: Philip Withnall --- gio/gtask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gtask.c b/gio/gtask.c index 7eb018560..9a0c35305 100644 --- a/gio/gtask.c +++ b/gio/gtask.c @@ -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 */ -- 2.11.4.GIT