mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Merge branch 'dmabuf-formats-autoptr' into 'main'
gdkdmabufformats: Add autoptr definition See merge request GNOME/gtk!7484
This commit is contained in:
commit
23e4c788fa
@ -55,4 +55,6 @@ GDK_AVAILABLE_IN_4_14
|
|||||||
gboolean gdk_dmabuf_formats_equal (const GdkDmabufFormats *formats1,
|
gboolean gdk_dmabuf_formats_equal (const GdkDmabufFormats *formats1,
|
||||||
const GdkDmabufFormats *formats2);
|
const GdkDmabufFormats *formats2);
|
||||||
|
|
||||||
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GdkDmabufFormats, gdk_dmabuf_formats_unref);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user