Build fixes after GtkItem deprecation

This commit is contained in:
Matthias Clasen 2010-09-10 11:25:25 -04:00
parent ecc6577a37
commit ee14cc3160
2 changed files with 6 additions and 1 deletions

View File

@ -2206,12 +2206,14 @@ gtk_invisible_set_screen
#if IN_HEADER(__GTK_ITEM_H__)
#if IN_FILE(__GTK_ITEM_C__)
gtk_item_deselect
gtk_item_get_type G_GNUC_CONST
#ifndef GTK_DISABLE_DEPRECATED
gtk_item_deselect
gtk_item_select
gtk_item_toggle
#endif
#endif
#endif
#if IN_HEADER(__GTK_ITEM_FACTORY_H__)
#if IN_FILE(__GTK_ITEM_FACTORY_C__)

View File

@ -25,6 +25,9 @@
*/
#include "config.h"
#undef GTK_DISABLE_DEPRECATED
#include "gtkitem.h"
#include "gtkmarshalers.h"
#include "gtkintl.h"