From 6389342273e991e9b4c17d15fe82b709801a6983 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 8 Jul 2009 16:18:56 +0100 Subject: Add api to set the requested presence --- libempathy/empathy-account.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-account.h') 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__*/ -- cgit v1.2.3