aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.h
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-05-31 23:53:18 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 23:35:33 +0800
commitf24134c23869a0a1749a7b8f8bc2347011050a4f (patch)
tree64b92fd13224623c0711fa70647a63249fad7c31 /libempathy-gtk/empathy-location-manager.h
parent2b4b8cafc87d72a3f93ddab1a2058a64460e54c3 (diff)
downloadgsoc2013-empathy-f24134c23869a0a1749a7b8f8bc2347011050a4f.tar
gsoc2013-empathy-f24134c23869a0a1749a7b8f8bc2347011050a4f.tar.gz
gsoc2013-empathy-f24134c23869a0a1749a7b8f8bc2347011050a4f.tar.bz2
gsoc2013-empathy-f24134c23869a0a1749a7b8f8bc2347011050a4f.tar.lz
gsoc2013-empathy-f24134c23869a0a1749a7b8f8bc2347011050a4f.tar.xz
gsoc2013-empathy-f24134c23869a0a1749a7b8f8bc2347011050a4f.tar.zst
gsoc2013-empathy-f24134c23869a0a1749a7b8f8bc2347011050a4f.zip
Reimplement the singleton in the constructor
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.h')
-rw-r--r--libempathy-gtk/empathy-location-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-location-manager.h b/libempathy-gtk/empathy-location-manager.h
index cb12791dc..092ef0809 100644
--- a/libempathy-gtk/empathy-location-manager.h
+++ b/libempathy-gtk/empathy-location-manager.h
@@ -50,7 +50,7 @@ struct _EmpathyLocationManagerClass
};
GType empathy_location_manager_get_type (void) G_GNUC_CONST;
-EmpathyLocationManager * empathy_location_manager_dup_default (void);
+EmpathyLocationManager * empathy_location_manager_dup_singleton (void);
G_END_DECLS