diff options
Diffstat (limited to 'libempathy-gtk/empathy-protocol-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-protocol-chooser.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-protocol-chooser.h b/libempathy-gtk/empathy-protocol-chooser.h index 88b23cba2..d5c59c26f 100644 --- a/libempathy-gtk/empathy-protocol-chooser.h +++ b/libempathy-gtk/empathy-protocol-chooser.h @@ -60,8 +60,7 @@ struct _EmpathyProtocolChooserClass typedef gboolean (*EmpathyProtocolChooserFilterFunc) (TpConnectionManager *cm, TpConnectionManagerProtocol *protocol, - gboolean is_gtalk, - gboolean is_facebook, + const gchar *service, gpointer user_data); GType empathy_protocol_chooser_get_type (void) G_GNUC_CONST; @@ -69,8 +68,7 @@ GtkWidget * empathy_protocol_chooser_new (void); TpConnectionManager *empathy_protocol_chooser_dup_selected ( EmpathyProtocolChooser *protocol_chooser, TpConnectionManagerProtocol **protocol, - gboolean *is_gtalk, - gboolean *is_facebook); + gchar **service); void empathy_protocol_chooser_set_visible ( EmpathyProtocolChooser *protocol_chooser, |