aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-01-31 01:35:35 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:35:35 +0800
commit3c5f909c81c81e1182bc30a4c46dbd37cdd0252c (patch)
tree2b3646af87ea70eb218552b7ca50b46b7826f009 /libempathy-gtk/empathy-contact-selector.h
parent0de2b569ad097da033187a2e17f4b9c0246cb246 (diff)
downloadgsoc2013-empathy-3c5f909c81c81e1182bc30a4c46dbd37cdd0252c.tar
gsoc2013-empathy-3c5f909c81c81e1182bc30a4c46dbd37cdd0252c.tar.gz
gsoc2013-empathy-3c5f909c81c81e1182bc30a4c46dbd37cdd0252c.tar.bz2
gsoc2013-empathy-3c5f909c81c81e1182bc30a4c46dbd37cdd0252c.tar.lz
gsoc2013-empathy-3c5f909c81c81e1182bc30a4c46dbd37cdd0252c.tar.xz
gsoc2013-empathy-3c5f909c81c81e1182bc30a4c46dbd37cdd0252c.tar.zst
gsoc2013-empathy-3c5f909c81c81e1182bc30a4c46dbd37cdd0252c.zip
Pass an EmpathyContactList to _new and create the store from that.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2355
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector.h')
-rw-r--r--libempathy-gtk/empathy-contact-selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.h b/libempathy-gtk/empathy-contact-selector.h
index 238cbbbb9..d766c5a62 100644
--- a/libempathy-gtk/empathy-contact-selector.h
+++ b/libempathy-gtk/empathy-contact-selector.h
@@ -59,7 +59,7 @@ struct _EmpathyContactSelectorClass
GType empathy_contact_selector_get_type (void) G_GNUC_CONST;
GtkWidget *
-empathy_contact_selector_new (EmpathyContactListStore *store);
+empathy_contact_selector_new (EmpathyContactList *contact_list);
EmpathyContact *
empathy_contact_selector_get_selected (EmpathyContactSelector *selector);