]> 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 092ef0809c2f846abd31f29afaa51fbfab9fb615..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