1
0
Fork 0

mtk/rectangle: Add auto-cleanup integration

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3703>
This commit is contained in:
Jonas Ådahl 2024-03-25 10:38:18 +01:00 committed by Marge Bot
parent 3091449298
commit 5dab10e441

View file

@ -152,3 +152,5 @@ void mtk_rectangle_scale_double (const MtkRectangle *rect,
MTK_EXPORT
gboolean mtk_rectangle_is_adjacent_to (const MtkRectangle *rect,
const MtkRectangle *other);
G_DEFINE_AUTOPTR_CLEANUP_FUNC (MtkRectangle, mtk_rectangle_free)