mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
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:
parent
567c8b5ab3
commit
e87b4dca71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user