summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-live-search.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-10 17:01:31 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:06 +0100
commit3abe4df5f32c37e968d0556c755b8387d9f1f771 (patch)
treeec24331ac656b5292b2c3400e3399de80aa7c79d /tp-account-widgets/tpaw-live-search.h
parent7eae2e49e62834cfff13cc2ee10b37eaff38a6fb (diff)
downloadtelepathy-account-widgets-3abe4df5f32c37e968d0556c755b8387d9f1f771.tar.gz
tpaw-utils: use self->priv instead of EMPATHY_GET_PRIV(self)
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-live-search.h')
-rw-r--r--tp-account-widgets/tpaw-live-search.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-live-search.h b/tp-account-widgets/tpaw-live-search.h
index 50aad920..0772d9d9 100644
--- a/tp-account-widgets/tpaw-live-search.h
+++ b/tp-account-widgets/tpaw-live-search.h
@@ -36,13 +36,14 @@ G_BEGIN_DECLS
#define TPAW_LIVE_SEARCH_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TPAW_TYPE_LIVE_SEARCH, TpawLiveSearchClass))
typedef struct _TpawLiveSearch TpawLiveSearch;
+typedef struct _TpawLiveSearchPriv TpawLiveSearchPriv;
typedef struct _TpawLiveSearchClass TpawLiveSearchClass;
struct _TpawLiveSearch {
GtkHBox parent;
/*<private>*/
- gpointer priv;
+ TpawLiveSearchPriv *priv;
};
struct _TpawLiveSearchClass {