aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/gossip-contact.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-contact.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-contact.h')
-rw-r--r--libempathy/gossip-contact.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/libempathy/gossip-contact.h b/libempathy/gossip-contact.h
index 92caee9ea..99f1d2e1e 100644
--- a/libempathy/gossip-contact.h
+++ b/libempathy/gossip-contact.h
@@ -65,14 +65,7 @@ const gchar * gossip_contact_get_id (GossipContact
const gchar * gossip_contact_get_name (GossipContact *contact);
GossipAvatar * gossip_contact_get_avatar (GossipContact *contact);
McAccount * gossip_contact_get_account (GossipContact *contact);
-void gossip_contact_add_presence (GossipContact *contact,
- GossipPresence *presence);
-void gossip_contact_remove_presence (GossipContact *contact,
- GossipPresence *presence);
-GossipPresence * gossip_contact_get_presence_for_resource (GossipContact *contact,
- const gchar *resource);
-GossipPresence * gossip_contact_get_active_presence (GossipContact *contact);
-GList * gossip_contact_get_presence_list (GossipContact *contact);
+GossipPresence * gossip_contact_get_presence (GossipContact *contact);
GList * gossip_contact_get_groups (GossipContact *contact);
GossipSubscription gossip_contact_get_subscription (GossipContact *contact);
guint gossip_contact_get_handle (GossipContact *contact);
@@ -84,6 +77,8 @@ void gossip_contact_set_avatar (GossipContact
GossipAvatar *avatar);
void gossip_contact_set_account (GossipContact *contact,
McAccount *account);
+void gossip_contact_set_presence (GossipContact *contact,
+ GossipPresence *presence);
void gossip_contact_set_groups (GossipContact *contact,
GList *categories);
void gossip_contact_set_subscription (GossipContact *contact,