aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-factory.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:10:04 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:10:04 +0800
commit5083fcb640c7ddafec96046e7313c81b777141ec (patch)
tree065fd7932aecf54f2382c6df83357bce3e0fbf3f /libempathy/empathy-contact-factory.c
parentd5ef0ad7a94fc1bae019eb5268c12f4521288241 (diff)
downloadgsoc2013-empathy-5083fcb640c7ddafec96046e7313c81b777141ec.tar
gsoc2013-empathy-5083fcb640c7ddafec96046e7313c81b777141ec.tar.gz
gsoc2013-empathy-5083fcb640c7ddafec96046e7313c81b777141ec.tar.bz2
gsoc2013-empathy-5083fcb640c7ddafec96046e7313c81b777141ec.tar.lz
gsoc2013-empathy-5083fcb640c7ddafec96046e7313c81b777141ec.tar.xz
gsoc2013-empathy-5083fcb640c7ddafec96046e7313c81b777141ec.tar.zst
gsoc2013-empathy-5083fcb640c7ddafec96046e7313c81b777141ec.zip
Use tp-glib API in EmpathyTpGroup and add a ready property
svn path=/trunk/; revision=884
Diffstat (limited to 'libempathy/empathy-contact-factory.c')
-rw-r--r--libempathy/empathy-contact-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-factory.c b/libempathy/empathy-contact-factory.c
index 653a29ec4..e9469bac9 100644
--- a/libempathy/empathy-contact-factory.c
+++ b/libempathy/empathy-contact-factory.c
@@ -92,7 +92,7 @@ empathy_contact_factory_get_from_handle (EmpathyContactFactory *factory,
GList *
empathy_contact_factory_get_from_handles (EmpathyContactFactory *factory,
McAccount *account,
- GArray *handles)
+ const GArray *handles)
{
EmpathyTpContactFactory *tp_factory;