From 5182ada04ef43baabccfcc46b1ff0ea754f572b0 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 8 Jul 2009 16:19:18 +0100 Subject: Add a utility to set the presence on all requested accounts --- libempathy/empathy-account-manager.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libempathy/empathy-account-manager.h') diff --git a/libempathy/empathy-account-manager.h b/libempathy/empathy-account-manager.h index 2d77610fb..5d794bd83 100644 --- a/libempathy/empathy-account-manager.h +++ b/libempathy/empathy-account-manager.h @@ -81,6 +81,12 @@ void empathy_account_manager_remove ( EmpathyAccountManager *manager, EmpathyAccount *account); +void empathy_account_manager_request_global_presence ( + EmpathyAccountManager *manager, + TpConnectionPresenceType type, + const gchar *status, + const gchar *message); + G_END_DECLS #endif /* __EMPATHY_ACCOUNT_MANAGER_H__ */ -- cgit v1.2.3