]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-location-manager.h
factor out start_gnome_contacts()
[empathy.git] / libempathy-gtk / empathy-location-manager.h
index cb12791dce7ff92382b028ab6eb9173401078c5c..525e490bb96284c187c62bb3ee33f048ef6668ca 100644 (file)
@@ -37,11 +37,12 @@ G_BEGIN_DECLS
 
 typedef struct _EmpathyLocationManager      EmpathyLocationManager;
 typedef struct _EmpathyLocationManagerClass EmpathyLocationManagerClass;
+typedef struct _EmpathyLocationManagerPrivate EmpathyLocationManagerPrivate;
 
 struct _EmpathyLocationManager
 {
   GObject parent;
-  gpointer priv;
+  EmpathyLocationManagerPrivate *priv;
 };
 
 struct _EmpathyLocationManagerClass
@@ -50,7 +51,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