summaryrefslogtreecommitdiff
path: root/gtk/gtk-autocleanups.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-06 02:06:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-06 02:06:19 -0500
commite91144f6c95fc7f5b1b2f3064808387207380f4d (patch)
tree01a2f50960b53b7b545b9f8892de31007309f205 /gtk/gtk-autocleanups.h
parenta75dcce70736490c5404297a1a1f50f653343ec6 (diff)
downloadgtk+-e91144f6c95fc7f5b1b2f3064808387207380f4d.tar.gz
Make GtkInvisible private
We can't quite get rid of its use in the inspector, but we can make it private.
Diffstat (limited to 'gtk/gtk-autocleanups.h')
-rw-r--r--gtk/gtk-autocleanups.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtk-autocleanups.h b/gtk/gtk-autocleanups.h
index 8966a3dca1..5ccb245539 100644
--- a/gtk/gtk-autocleanups.h
+++ b/gtk/gtk-autocleanups.h
@@ -101,7 +101,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkIconTheme, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkIconView, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkImage, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkInfoBar, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkInvisible, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLayout, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLevelBar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLinkButton, g_object_unref)