aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.h
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-24 01:37:45 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-24 01:37:45 +0800
commit1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d (patch)
treeba80e2fa83d3aa40422a8a64afbbd6b0f5c9b9b5 /libempathy/empathy-idle.h
parent9750a6735d088fa5c1930f2ac581619ff31c8491 (diff)
downloadgsoc2013-empathy-1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d.tar
gsoc2013-empathy-1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d.tar.gz
gsoc2013-empathy-1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d.tar.bz2
gsoc2013-empathy-1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d.tar.lz
gsoc2013-empathy-1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d.tar.xz
gsoc2013-empathy-1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d.tar.zst
gsoc2013-empathy-1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d.zip
Add empathy_idle_get_requested_presence function.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r--libempathy/empathy-idle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h
index 47dcfee23..8d565d036 100644
--- a/libempathy/empathy-idle.h
+++ b/libempathy/empathy-idle.h
@@ -65,6 +65,11 @@ gboolean empathy_idle_get_auto_away (EmpathyIdle *idle);
void empathy_idle_set_auto_away (EmpathyIdle *idle,
gboolean auto_away);
+TpConnectionPresenceType empathy_idle_get_requested_presence (EmpathyIdle *idle,
+ gchar **status,
+ gchar **status_message);
+
+
G_END_DECLS
#endif /* __EMPATHY_IDLE_H__ */