Add support for g_auto[s]list(Type)f49a93b20761a0be51b22c481503b4cda0f7264f
commitf49a93b20761a0be51b22c481503b4cda0f7264f
authorAlexander Larsson <alexl@redhat.com>
Tue, 19 Dec 2017 10:17:09 +0000 (19 11:17 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 21 Dec 2017 15:12:55 +0000 (21 16:12 +0100)
tree5fa30489fc5ef1f9d25bc9a4b2f78012cb699c6e
parentbf0be21208800d7976b5a660287e1e487f8a57d3
Add support for g_auto[s]list(Type)

This lets you do g_autoptr style cleanup of GList that does deep freeing.

https://bugzilla.gnome.org/show_bug.cgi?id=791342
docs/reference/glib/glib-sections.txt
glib/docs.c
glib/gmacros.h
glib/tests/autoptr.c