diff options
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index eca16b9dc..87b66a074 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -1059,7 +1059,7 @@ empathy_contact_get_location (EmpathyContact *contact) * Example: a "city" key would have "Helsinki" as string GValue, * a "latitude" would have 65.0 as double GValue. */ -void +void empathy_contact_set_location (EmpathyContact *contact, GHashTable *location) { |