summaryrefslogtreecommitdiff
path: root/gsk
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2020-05-08 09:14:55 +0200
committerCorentin Noël <corentin@elementary.io>2020-05-08 09:14:55 +0200
commit7df572d308f669eeb33496568d4c08ba9c28ccb2 (patch)
treeffd0972e6efd3c42d1415feb9146c75a86e62b1a /gsk
parent42ca760f9cec780fb389f8ca35b2749d0c7bc82a (diff)
downloadgtk+-7df572d308f669eeb33496568d4c08ba9c28ccb2.tar.gz
gsk: Add GskTransform autocleanup definition
Diffstat (limited to 'gsk')
-rw-r--r--gsk/gsk-autocleanup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsk/gsk-autocleanup.h b/gsk/gsk-autocleanup.h
index 3c52a43b29..d2d2189001 100644
--- a/gsk/gsk-autocleanup.h
+++ b/gsk/gsk-autocleanup.h
@@ -24,5 +24,6 @@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GskRenderer, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GskRenderNode, gsk_render_node_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GskTransform, gsk_transform_unref)
#endif