From 2f5f9eb6d3d4185f9a20c158567ccdd969df52d9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 19 Apr 2011 17:25:15 +0200 Subject: location-manager: use the self->priv pattern --- libempathy-gtk/empathy-location-manager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-location-manager.h') diff --git a/libempathy-gtk/empathy-location-manager.h b/libempathy-gtk/empathy-location-manager.h index 092ef0809..525e490bb 100644 --- a/libempathy-gtk/empathy-location-manager.h +++ b/libempathy-gtk/empathy-location-manager.h @@ -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 -- cgit v1.2.3