diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-account.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c index 34b2ad631..e5ba7c890 100644 --- a/libempathy/empathy-account.c +++ b/libempathy/empathy-account.c @@ -428,7 +428,8 @@ _empathy_account_new (McAccount *mc_account) return account; } -void _empathy_account_set_status (EmpathyAccount *account, +void +_empathy_account_set_status (EmpathyAccount *account, TpConnectionStatus status, TpConnectionStatusReason reason, TpConnectionPresenceType presence) |