aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-factory.h
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.h
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.h')
-rw-r--r--libempathy/empathy-contact-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-factory.h b/libempathy/empathy-contact-factory.h
index a34d1de20..bd71514c1 100644
--- a/libempathy/empathy-contact-factory.h
+++ b/libempathy/empathy-contact-factory.h
@@ -64,7 +64,7 @@ EmpathyContact * empathy_contact_factory_get_from_handle (EmpathyContactF
guint handle);
GList * empathy_contact_factory_get_from_handles (EmpathyContactFactory *factory,
McAccount *account,
- GArray *handles);
+ const GArray *handles);
void empathy_contact_factory_set_alias (EmpathyContactFactory *factory,
EmpathyContact *contact,
const gchar *alias);