diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-08 23:18:56 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-08 23:18:56 +0800 |
commit | 6389342273e991e9b4c17d15fe82b709801a6983 (patch) | |
tree | f00c7791d2db8e246c6e2650325d7ade2b0b1803 /libempathy/empathy-account.h | |
parent | 96fad6a1159582a3e8792dd3308ce1fbeb178234 (diff) | |
download | gsoc2013-empathy-6389342273e991e9b4c17d15fe82b709801a6983.tar gsoc2013-empathy-6389342273e991e9b4c17d15fe82b709801a6983.tar.gz gsoc2013-empathy-6389342273e991e9b4c17d15fe82b709801a6983.tar.bz2 gsoc2013-empathy-6389342273e991e9b4c17d15fe82b709801a6983.tar.lz gsoc2013-empathy-6389342273e991e9b4c17d15fe82b709801a6983.tar.xz gsoc2013-empathy-6389342273e991e9b4c17d15fe82b709801a6983.tar.zst gsoc2013-empathy-6389342273e991e9b4c17d15fe82b709801a6983.zip |
Add api to set the requested presence
Diffstat (limited to 'libempathy/empathy-account.h')
-rw-r--r-- | libempathy/empathy-account.h | 4 |
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__*/ |