From b643c127ad280dee6669578f1f79f7fd9fe868a1 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Tue, 2 Dec 2008 11:14:20 -0500 Subject: Add Location to EmpathyContact --- libempathy/empathy-contact.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-contact.h') 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__ */ -- cgit v1.2.3