Merge branch 'matthiasc/for-main' into 'main'

colorstate: Add autoptr definitions

See merge request GNOME/gtk!7457
This commit is contained in:
Matthias Clasen 2024-07-14 18:12:34 +00:00
commit 72c782af17

View File

@ -53,4 +53,6 @@ GDK_AVAILABLE_IN_4_16
gboolean gdk_color_state_equal (GdkColorState *self,
GdkColorState *other);
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkColorState, gdk_color_state_unref);
G_END_DECLS