mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
gmacros: Add g_autoqueue to automatically free queues
This works as g_auto(s)list already does, and allows to create queues that are fully auto free'd on destruction.
This commit is contained in:
@@ -419,6 +419,7 @@ g_autoptr
|
||||
g_autofree
|
||||
g_autolist
|
||||
g_autoslist
|
||||
g_autoqueue
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC
|
||||
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC
|
||||
G_DEFINE_AUTO_CLEANUP_FREE_FUNC
|
||||
|
Reference in New Issue
Block a user