]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
Fix disconnection of AccountStatusChanged signal.
[empathy.git] / libempathy / empathy-utils.h
index 2b14374fb410cc96cecb026f1c80a9a64bf245a5..421031704886259f92b5a7f78b0fe9811eb4a19c 100644 (file)
@@ -102,10 +102,11 @@ void          empathy_run_until_ready_full          (gpointer         object,
                                                     gpointer         user_data,
                                                     GMainLoop      **loop);
 McAccount *  empathy_channel_get_account            (TpChannel       *channel);
-void          empathy_connect_to_account_status_changed (MissionControl *mc,
+gpointer      empathy_connect_to_account_status_changed (MissionControl *mc,
                                                         GCallback       handler,
                                                         gpointer        user_data,
                                                         GClosureNotify  free_func);
+void          empathy_disconnect_account_status_changed (gpointer        token);
 
 G_END_DECLS