diff options
Diffstat (limited to 'libempathy-gtk/empathy-profile-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-profile-chooser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-profile-chooser.h b/libempathy-gtk/empathy-profile-chooser.h index 6a9c405a2..7298c12cc 100644 --- a/libempathy-gtk/empathy-profile-chooser.h +++ b/libempathy-gtk/empathy-profile-chooser.h @@ -29,6 +29,7 @@ G_BEGIN_DECLS GtkWidget * empathy_profile_chooser_new (void); McProfile * empathy_profile_chooser_get_selected (GtkWidget *widget); +gint empathy_profile_chooser_n_profiles (GtkWidget *widget); G_END_DECLS #endif /* __EMPATHY_PROTOCOL_CHOOSER_H__ */ |