Merge branch 'stroke-autoptr' into 'main'

gsk: Add autoptr cleanup function for GskStroke

See merge request GNOME/gtk!7690
This commit is contained in:
Matthias Clasen
2024-09-03 17:15:10 +00:00

View File

@@ -83,5 +83,6 @@ GDK_AVAILABLE_IN_4_14
void gsk_stroke_to_cairo (const GskStroke *self,
cairo_t *cr);
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GskStroke, gsk_stroke_free)
G_END_DECLS