Merge branch 'dmabuf-formats-autoptr' into 'main'

gdkdmabufformats: Add autoptr definition

See merge request GNOME/gtk!7484
This commit is contained in:
Matthias Clasen 2024-07-23 19:48:01 +00:00
commit 23e4c788fa

View File

@ -55,4 +55,6 @@ GDK_AVAILABLE_IN_4_14
gboolean gdk_dmabuf_formats_equal (const GdkDmabufFormats *formats1,
const GdkDmabufFormats *formats2);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GdkDmabufFormats, gdk_dmabuf_formats_unref);
G_END_DECLS