summaryrefslogtreecommitdiff
path: root/gdk/gdk-autocleanup.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-04-05 11:29:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-04-06 16:32:03 -0400
commit89ad7893adb25a79d7cbdd5ddbf786b299b66453 (patch)
tree9727ba950567ed1fcce818d9a6cd9efa80cbfa32 /gdk/gdk-autocleanup.h
parent0eb728aa517ccdefbdee1e329a30e90adcc7a31f (diff)
downloadgtk+-89ad7893adb25a79d7cbdd5ddbf786b299b66453.tar.gz
gdk: Make GdkKeymap a private api
We have replacement apis in GdkDevice and GdkDisplay.
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 d566986a45..a7c8586962 100644
--- a/gdk/gdk-autocleanup.h
+++ b/gdk/gdk-autocleanup.h
@@ -32,7 +32,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDrag, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDrawContext, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkFrameClock, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkGLContext, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkKeymap, g_object_unref)
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)