aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-15 21:02:53 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-15 21:02:53 +0800
commitd72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb (patch)
treebf8d1f341e47a261fbec55348e19d7ee885b0f0c /libempathy/empathy-idle.h
parent5d724c44bc85c4101185d7012b1aa3a9c1f818ab (diff)
downloadgsoc2013-empathy-d72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb.tar
gsoc2013-empathy-d72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb.tar.gz
gsoc2013-empathy-d72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb.tar.bz2
gsoc2013-empathy-d72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb.tar.lz
gsoc2013-empathy-d72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb.tar.xz
gsoc2013-empathy-d72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb.tar.zst
gsoc2013-empathy-d72a01bf0abc3dc96bf57dcc3181ceef1ed9eabb.zip
2007-06-15 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/gossip-presence-chooser.c: * libempathy-gtk/gossip-presence-chooser.h: * libempathy/empathy-idle.c: * libempathy/empathy-idle.h: Prepare for slack time when coming back from auto away. Not yet fully implemented. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@159 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r--libempathy/empathy-idle.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h
index 13c5dd293..011d2494a 100644
--- a/libempathy/empathy-idle.h
+++ b/libempathy/empathy-idle.h
@@ -55,10 +55,13 @@ void empathy_idle_set_state (EmpathyIdle *idle,
McPresence state);
const gchar *empathy_idle_get_status (EmpathyIdle *idle);
void empathy_idle_set_status (EmpathyIdle *idle,
- const gchar *message);
-McPresence empathy_idle_get_slack_state (EmpathyIdle *idle);
-void empathy_idle_set_slack_state (EmpathyIdle *idle,
+ const gchar *status);
+McPresence empathy_idle_get_flash_state (EmpathyIdle *idle);
+void empathy_idle_set_flash_state (EmpathyIdle *idle,
McPresence state);
+void empathy_idle_set_presence (EmpathyIdle *idle,
+ McPresence state,
+ const gchar *status);
G_END_DECLS