diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-12-03 00:14:20 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-08 01:37:01 +0800 |
commit | b643c127ad280dee6669578f1f79f7fd9fe868a1 (patch) | |
tree | 2f844c50ce166fe92890c6daf771d81fc3a8aa49 /libempathy/empathy-contact.h | |
parent | 80c31561d6d867ccbfaa2aa53f4bfdff1dc631c1 (diff) | |
download | gsoc2013-empathy-b643c127ad280dee6669578f1f79f7fd9fe868a1.tar gsoc2013-empathy-b643c127ad280dee6669578f1f79f7fd9fe868a1.tar.gz gsoc2013-empathy-b643c127ad280dee6669578f1f79f7fd9fe868a1.tar.bz2 gsoc2013-empathy-b643c127ad280dee6669578f1f79f7fd9fe868a1.tar.lz gsoc2013-empathy-b643c127ad280dee6669578f1f79f7fd9fe868a1.tar.xz gsoc2013-empathy-b643c127ad280dee6669578f1f79f7fd9fe868a1.tar.zst gsoc2013-empathy-b643c127ad280dee6669578f1f79f7fd9fe868a1.zip |
Add Location to EmpathyContact
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index c10561d0f..fecb96648 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -119,6 +119,10 @@ void empathy_avatar_unref (EmpathyAvatar *avatar); gboolean empathy_avatar_save_to_file (EmpathyAvatar *avatar, const gchar *filename, GError **error); +GHashTable * empathy_contact_get_location (EmpathyContact *contact); +void empathy_contact_set_location (EmpathyContact *contact, + GHashTable *location); + G_END_DECLS #endif /* __EMPATHY_CONTACT_H__ */ |