summaryrefslogtreecommitdiff
path: root/gtk/gtk-autocleanups.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-11-10 14:07:41 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-11-10 14:07:41 +0000
commit90c15c294e198efc236b1a7d81cdfaa4c3454443 (patch)
tree03826f7e5cd6a051247f98e843bc52191f485ab5 /gtk/gtk-autocleanups.h
parent93369788c907b9c61204ff377854729cd404e25f (diff)
downloadgtk+-90c15c294e198efc236b1a7d81cdfaa4c3454443.tar.gz
Move GtkDialog autocleanup to the class header
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 089dd0a735..8eae230f44 100644
--- a/gtk/gtk-autocleanups.h
+++ b/gtk/gtk-autocleanups.h
@@ -66,7 +66,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkColorChooserWidget, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkComboBox, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkComboBoxText, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkCssProvider, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkDialog, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkDrawingArea, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkEditable, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkEntry, g_object_unref)