diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:22:11 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:22:11 +0800 |
commit | a76c204cb8b97ba81a8ce244e3eccd67c301a3f3 (patch) | |
tree | 0366a899de0db39c87215629664900daa475009b /libempathy/empathy-tp-contact-factory.h | |
parent | 1e499ec9de74a9adc455f65d028152d9a9ac918f (diff) | |
download | gsoc2013-empathy-a76c204cb8b97ba81a8ce244e3eccd67c301a3f3.tar.gz gsoc2013-empathy-a76c204cb8b97ba81a8ce244e3eccd67c301a3f3.tar.zst gsoc2013-empathy-a76c204cb8b97ba81a8ce244e3eccd67c301a3f3.zip |
Use new api
svn path=/trunk/; revision=742
Diffstat (limited to 'libempathy/empathy-tp-contact-factory.h')
-rw-r--r-- | libempathy/empathy-tp-contact-factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-contact-factory.h b/libempathy/empathy-tp-contact-factory.h index 43d30bdbf..eac94374b 100644 --- a/libempathy/empathy-tp-contact-factory.h +++ b/libempathy/empathy-tp-contact-factory.h @@ -55,9 +55,9 @@ EmpathyContact * empathy_tp_contact_factory_get_user (EmpathyTpC EmpathyContact * empathy_tp_contact_factory_get_from_id (EmpathyTpContactFactory *tp_factory, const gchar *id); EmpathyContact * empathy_tp_contact_factory_get_from_handle (EmpathyTpContactFactory *tp_factory, - guint handle); + guint handle); GList * empathy_tp_contact_factory_get_from_handles (EmpathyTpContactFactory *tp_factory, - GArray *handles); + const GArray *handles); void empathy_tp_contact_factory_set_alias (EmpathyTpContactFactory *tp_factory, EmpathyContact *contact, const gchar *alias); |