mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-29 11:00:02 +01:00
gasyncqueue: Add missing (nullable) annotation to free function
As spotted by Nitin Wartkar in https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2170#note_1195878. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
74595ab64a
commit
04e629e3fe
@ -123,7 +123,7 @@ g_async_queue_new (void)
|
||||
|
||||
/**
|
||||
* g_async_queue_new_full:
|
||||
* @item_free_func: function to free queue elements
|
||||
* @item_free_func: (nullable): function to free queue elements
|
||||
*
|
||||
* Creates a new asynchronous queue and sets up a destroy notify
|
||||
* function that is used to free any remaining queue items when
|
||||
|
Loading…
x
Reference in New Issue
Block a user