diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-10 15:11:29 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-11-11 12:02:43 +0000 |
commit | 9ebe95f4a9be83b6d6269fd7ea1a96489da6d8c1 (patch) | |
tree | 53f623512ae15b70791f035a786ef1523053148f /gtk/gtkdialog.h | |
parent | 5912790f3284be504e5e86aeceff940b003e3695 (diff) | |
download | gtk+-9ebe95f4a9be83b6d6269fd7ea1a96489da6d8c1.tar.gz |
Remove introspection scanner guards around autocleanups
They are not needed.
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r-- | gtk/gtkdialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index 9474f0d1c6..17f0503ac4 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -206,9 +206,7 @@ GtkWidget * gtk_dialog_get_content_area (GtkDialog *dialog); GDK_AVAILABLE_IN_3_12 GtkWidget * gtk_dialog_get_header_bar (GtkDialog *dialog); -#ifndef __GI_SCANNER__ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkDialog, g_object_unref) -#endif G_END_DECLS |