mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-01 16:56:18 +01:00
Merge branch 'async-queue-nullable' into 'main'
gasyncqueue: Add missing (nullable) annotation to free function See merge request GNOME/glib!2173
This commit is contained in:
commit
3b576bb0f0
@ -123,7 +123,7 @@ g_async_queue_new (void)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_async_queue_new_full:
|
* 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
|
* Creates a new asynchronous queue and sets up a destroy notify
|
||||||
* function that is used to free any remaining queue items when
|
* function that is used to free any remaining queue items when
|
||||||
|
Loading…
Reference in New Issue
Block a user