aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-list.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-29 21:16:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-29 21:24:17 +0800
commit67869e50ff885ea10280447edbe6ee22520e26cb (patch)
treeb26375d504fe358461175d47ba836384e2ade2bb /libempathy/empathy-contact-list.h
parent4532530cec308a87223f46cd3724c1868849937f (diff)
downloadgsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.gz
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.bz2
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.lz
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.xz
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.tar.zst
gsoc2013-empathy-67869e50ff885ea10280447edbe6ee22520e26cb.zip
remove old school get_all_groups
https://bugzilla.gnome.org/show_bug.cgi?id=665121
Diffstat (limited to 'libempathy/empathy-contact-list.h')
-rw-r--r--libempathy/empathy-contact-list.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-contact-list.h b/libempathy/empathy-contact-list.h
index ddd81c332..a9149369b 100644
--- a/libempathy/empathy-contact-list.h
+++ b/libempathy/empathy-contact-list.h
@@ -48,7 +48,6 @@ struct _EmpathyContactListIface {
const gchar *message);
GList * (*get_members) (EmpathyContactList *list);
GList * (*get_pendings) (EmpathyContactList *list);
- GList * (*get_all_groups) (EmpathyContactList *list);
GList * (*get_groups) (EmpathyContactList *list,
EmpathyContact *contact);
void (*add_to_group) (EmpathyContactList *list,
@@ -73,7 +72,6 @@ void empathy_contact_list_remove (EmpathyContactList *list,
const gchar *message);
GList * empathy_contact_list_get_members (EmpathyContactList *list);
GList * empathy_contact_list_get_pendings (EmpathyContactList *list);
-GList * empathy_contact_list_get_all_groups (EmpathyContactList *list);
GList * empathy_contact_list_get_groups (EmpathyContactList *list,
EmpathyContact *contact);
void empathy_contact_list_add_to_group (EmpathyContactList *list,