gsk: Add autoptr cleanup function for GskStroke

It appeared to be missing, while other GSK types already have cleanup
functions defined.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-09-03 16:50:10 +01:00
parent 567c8b5ab3
commit e87b4dca71
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

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