aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/gossip-presence.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-04-27 22:02:59 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-04-27 22:02:59 +0800
commit3e0960a8f543917145421d44a208177289028121 (patch)
tree0ffc15c04b43ffd52ac7a06b8e465437d520e59b /libempathy/gossip-presence.h
parenta6dd26148d5cd05475d27ab26c395e60beb797b2 (diff)
downloadgsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar
gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.gz
gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.bz2
gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.lz
gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.xz
gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.tar.zst
gsoc2013-empathy-3e0960a8f543917145421d44a208177289028121.zip
[darcs-to-svn @ Only one presence per contact]
svn path=/trunk/; revision=9
Diffstat (limited to 'libempathy/gossip-presence.h')
-rw-r--r--libempathy/gossip-presence.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libempathy/gossip-presence.h b/libempathy/gossip-presence.h
index 64a0b8ec3..12648e6f7 100644
--- a/libempathy/gossip-presence.h
+++ b/libempathy/gossip-presence.h
@@ -57,25 +57,14 @@ GType gossip_presence_get_type (void) G_GNUC_CONST
GossipPresence * gossip_presence_new (void);
GossipPresence * gossip_presence_new_full (GossipPresenceState state,
const gchar *status);
-
-const gchar * gossip_presence_get_resource (GossipPresence *presence);
GossipPresenceState gossip_presence_get_state (GossipPresence *presence);
const gchar * gossip_presence_get_status (GossipPresence *presence);
-gint gossip_presence_get_priority (GossipPresence *presence);
-
-void gossip_presence_set_resource (GossipPresence *presence,
- const gchar *resource);
void gossip_presence_set_state (GossipPresence *presence,
GossipPresenceState state);
void gossip_presence_set_status (GossipPresence *presence,
const gchar *status);
-void gossip_presence_set_priority (GossipPresence *presence,
- gint priority);
-gboolean gossip_presence_resource_equal (gconstpointer a,
- gconstpointer b);
gint gossip_presence_sort_func (gconstpointer a,
gconstpointer b);
-
const gchar * gossip_presence_state_get_default_status (GossipPresenceState state);
G_END_DECLS