aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-status-presets.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-02 20:38:49 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-02 20:38:49 +0800
commit8bcbff3b73e95b3096182205486281e11edb9bee (patch)
treef441f3eea5f7540923d2631ec27a4c3e2936decf /libempathy-gtk/gossip-status-presets.h
parent0bb9e74f20554eb8fe3575bfd2ad60191f8e296d (diff)
downloadgsoc2013-empathy-8bcbff3b73e95b3096182205486281e11edb9bee.tar
gsoc2013-empathy-8bcbff3b73e95b3096182205486281e11edb9bee.tar.gz
gsoc2013-empathy-8bcbff3b73e95b3096182205486281e11edb9bee.tar.bz2
gsoc2013-empathy-8bcbff3b73e95b3096182205486281e11edb9bee.tar.lz
gsoc2013-empathy-8bcbff3b73e95b3096182205486281e11edb9bee.tar.xz
gsoc2013-empathy-8bcbff3b73e95b3096182205486281e11edb9bee.tar.zst
gsoc2013-empathy-8bcbff3b73e95b3096182205486281e11edb9bee.zip
[darcs-to-svn @ Fix setting presence]
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@23 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/gossip-status-presets.h')
-rw-r--r--libempathy-gtk/gossip-status-presets.h24
1 files changed, 11 insertions, 13 deletions
diff --git a/libempathy-gtk/gossip-status-presets.h b/libempathy-gtk/gossip-status-presets.h
index 41a197a02..4b2d92555 100644
--- a/libempathy-gtk/gossip-status-presets.h
+++ b/libempathy-gtk/gossip-status-presets.h
@@ -27,19 +27,17 @@
G_BEGIN_DECLS
-void gossip_status_presets_get_all (void);
-GList * gossip_status_presets_get (GossipPresenceState state,
- gint max_number);
-void gossip_status_presets_set_last (GossipPresenceState state,
- const gchar *status);
-void gossip_status_presets_reset (void);
-
-/* Default */
-GossipPresenceState gossip_status_presets_get_default_state (void);
-const gchar * gossip_status_presets_get_default_status (void);
-void gossip_status_presets_set_default (GossipPresenceState state,
- const gchar *status);
-void gossip_status_presets_clear_default (void);
+void gossip_status_presets_get_all (void);
+GList * gossip_status_presets_get (McPresence state,
+ gint max_number);
+void gossip_status_presets_set_last (McPresence state,
+ const gchar *status);
+void gossip_status_presets_reset (void);
+McPresence gossip_status_presets_get_default_state (void);
+const gchar * gossip_status_presets_get_default_status (void);
+void gossip_status_presets_set_default (McPresence state,
+ const gchar *status);
+void gossip_status_presets_clear_default (void);
G_END_DECLS