aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account.h')
-rw-r--r--libempathy/empathy-account.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-account.h b/libempathy/empathy-account.h
index ab09e52f2..4be35a919 100644
--- a/libempathy/empathy-account.h
+++ b/libempathy/empathy-account.h
@@ -93,6 +93,10 @@ void empathy_account_set_display_name (EmpathyAccount *account,
EmpathyAccount *empathy_account_new (TpDBusDaemon *bus_daemon,
const gchar *unique_name);
+void empathy_account_request_presence (EmpathyAccount *account,
+ TpConnectionPresenceType type, const gchar *status, const gchar *message);
+
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_ACCOUNT_H__*/