summaryrefslogtreecommitdiff
path: root/gdk/gdk-autocleanup.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-29 09:17:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-03-11 19:35:55 -0400
commitfe3583111287305b502292bd14a87b6188435a3c (patch)
tree759cea784b2c7b48ef928c8b79b891c833d579f1 /gdk/gdk-autocleanup.h
parentc2f25c0c2f54127b3e632b428aed17d69cc1d153 (diff)
downloadgtk+-fe3583111287305b502292bd14a87b6188435a3c.tar.gz
Move GdkSurface autocleanup declaration
We need this available after including gdksurface.h.
Diffstat (limited to 'gdk/gdk-autocleanup.h')
-rw-r--r--gdk/gdk-autocleanup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdk-autocleanup.h b/gdk/gdk-autocleanup.h
index 0086e21794..d566986a45 100644
--- a/gdk/gdk-autocleanup.h
+++ b/gdk/gdk-autocleanup.h
@@ -37,7 +37,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkMonitor, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkSeat, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPopupLayout, gdk_popup_layout_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkVulkanContext, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkSurface, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkContentFormats, gdk_content_formats_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, g_object_unref)