summaryrefslogtreecommitdiffstats
path: root/ganv/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/text.h')
-rw-r--r--ganv/text.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ganv/text.h b/ganv/text.h
index 52d87d6..6f03a1b 100644
--- a/ganv/text.h
+++ b/ganv/text.h
@@ -27,13 +27,13 @@ G_BEGIN_DECLS
#define GANV_IS_TEXT_CLASS(klass) (GTK_CHECK_CLASS_TYPE((klass), GANV_TYPE_TEXT))
#define GANV_TEXT_GET_CLASS(obj) (GTK_CHECK_GET_CLASS((obj), GANV_TYPE_TEXT, GanvTextClass))
-typedef struct _GanvText GanvText;
-typedef struct _GanvTextClass GanvTextClass;
-typedef struct _GanvTextImpl GanvTextImpl;
+typedef struct _GanvText GanvText;
+typedef struct _GanvTextClass GanvTextClass;
+typedef struct _GanvTextPrivate GanvTextPrivate;
struct _GanvText {
- GanvItem item;
- GanvTextImpl* impl;
+ GanvItem item;
+ GanvTextPrivate* impl;
};
struct _GanvTextClass {