Remove introspection scanner guards around autocleanups

They are not needed.
This commit is contained in:
Emmanuele Bassi
2015-11-10 15:11:29 +00:00
parent 5912790f32
commit 9ebe95f4a9
15 changed files with 0 additions and 30 deletions

View File

@ -225,9 +225,7 @@ void gtk_label_set_yalign (GtkLabel *label,
GDK_AVAILABLE_IN_3_16
gfloat gtk_label_get_yalign (GtkLabel *label);
#ifndef __GI_SCANNER__
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLabel, g_object_unref)
#endif
G_END_DECLS