gio: make g_task_get_cancellable return value nullable

This commit is contained in:
Jason Francis 2022-09-16 01:27:12 -04:00
parent d37beda25e
commit 9cd9787c52
No known key found for this signature in database
GPG Key ID: ACE1A14D3536108C

View File

@ -1136,7 +1136,7 @@ g_task_get_context (GTask *task)
*
* Gets @task's #GCancellable
*
* Returns: (transfer none): @task's #GCancellable
* Returns: (nullable) (transfer none): @task's #GCancellable
*
* Since: 2.36
*/