diff options
Diffstat (limited to 'libempathy-gtk/gossip-preferences.h')
-rw-r--r-- | libempathy-gtk/gossip-preferences.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/gossip-preferences.h b/libempathy-gtk/gossip-preferences.h index 428d0fc72..3d635cb61 100644 --- a/libempathy-gtk/gossip-preferences.h +++ b/libempathy-gtk/gossip-preferences.h @@ -25,6 +25,8 @@ #ifndef __GOSSIP_PREFERENCES_H__ #define __GOSSIP_PREFERENCES_H__ +#include <gtk/gtkwidget.h> + G_BEGIN_DECLS #define GOSSIP_PREFS_PATH "/apps/empathy" @@ -46,7 +48,7 @@ G_BEGIN_DECLS #define GOSSIP_PREFS_CONTACTS_SHOW_OFFLINE GOSSIP_PREFS_PATH "/contacts/show_offline" #define GOSSIP_PREFS_HINTS_CLOSE_MAIN_WINDOW GOSSIP_PREFS_PATH "/hints/close_main_window" -void gossip_preferences_show (void); +GtkWidget * gossip_preferences_show (void); G_END_DECLS |