aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/gossip-contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/gossip-contact.h')
-rw-r--r--libempathy/gossip-contact.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/gossip-contact.h b/libempathy/gossip-contact.h
index 3dc9bc76d..23da37538 100644
--- a/libempathy/gossip-contact.h
+++ b/libempathy/gossip-contact.h
@@ -85,6 +85,10 @@ void gossip_contact_set_subscription (GossipContact
GossipSubscription subscription);
void gossip_contact_set_handle (GossipContact *contact,
guint handle);
+void gossip_contact_add_group (GossipContact *contact,
+ const gchar *group);
+void gossip_contact_remove_group (GossipContact *contact,
+ const gchar *group);
gboolean gossip_contact_is_online (GossipContact *contact);
gboolean gossip_contact_is_in_group (GossipContact *contact,
const gchar *group);