From ed0e0cf4f678d9e3b13570d217d7960b5ffebdac Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 11 Apr 2008 13:11:38 +0000 Subject: We can't use *_run_* API from dbus signal cb or method implementation. To avoid problems move the code to a g_idle cb. svn path=/trunk/; revision=922 --- libempathy/empathy-utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index f717b845a..2b14374fb 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -102,6 +102,10 @@ 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, + GCallback handler, + gpointer user_data, + GClosureNotify free_func); G_END_DECLS -- cgit v1.2.3