summaryrefslogtreecommitdiffstats
path: root/ganv/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/text.h')
-rw-r--r--ganv/text.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ganv/text.h b/ganv/text.h
index 6f03a1b..2aee253 100644
--- a/ganv/text.h
+++ b/ganv/text.h
@@ -18,6 +18,10 @@
#include "ganv/item.h"
+#include <glib-object.h>
+#include <glib.h>
+#include <gtk/gtk.h>
+
G_BEGIN_DECLS
#define GANV_TYPE_TEXT (ganv_text_get_type())
@@ -27,6 +31,9 @@ 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))
+struct _GanvText;
+struct _GanvTextClass;
+
typedef struct _GanvText GanvText;
typedef struct _GanvTextClass GanvTextClass;
typedef struct _GanvTextPrivate GanvTextPrivate;