mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add missing allow-none annotations for function parameters.
Found using: find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
This commit is contained in:
@@ -1061,7 +1061,7 @@ g_simple_async_report_take_gerror_in_idle (GObject *object,
|
||||
/**
|
||||
* g_simple_async_result_set_check_cancellable:
|
||||
* @simple: a #GSimpleAsyncResult
|
||||
* @check_cancellable: a #GCancellable to check, or %NULL to unset
|
||||
* @check_cancellable: (allow-none): a #GCancellable to check, or %NULL to unset
|
||||
*
|
||||
* Sets a #GCancellable to check before dispatching results.
|
||||
*
|
||||
|
Reference in New Issue
Block a user