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:
@@ -239,7 +239,7 @@ iter_compare (GSequenceIter *node1,
|
||||
|
||||
/**
|
||||
* g_sequence_new:
|
||||
* @data_destroy: a #GDestroyNotify function, or %NULL
|
||||
* @data_destroy: (allow-none): a #GDestroyNotify function, or %NULL
|
||||
*
|
||||
* Creates a new GSequence. The @data_destroy function, if non-%NULL will
|
||||
* be called on all items when the sequence is destroyed and on items that
|
||||
|
Reference in New Issue
Block a user