summaryrefslogtreecommitdiff
path: root/src/glade-widget.h
diff options
context:
space:
mode:
authorDamon Chaplin <damon@gnome.org>2004-04-22 22:17:19 +0000
committerDamon Chaplin <damon@src.gnome.org>2004-04-22 22:17:19 +0000
commit57a12701f2b73c8387f52d42152c325e069f1d18 (patch)
treefe63e58b6a33fafb38f132cb2bf6ed2ea69ae30c /src/glade-widget.h
parent2ed97532c45cef2f3b519c748f0a2702ddbf4606 (diff)
downloadglade-57a12701f2b73c8387f52d42152c325e069f1d18.tar.gz
included "glade-types.h", removed duplicate declaration of GladeWidget,
2004-04-22 Damon Chaplin <damon@gnome.org> * src/glade-widget.h: included "glade-types.h", removed duplicate declaration of GladeWidget, and used comments after final #endif. * src/Makefile.am (glade_3_SOURCES): added glade-marshallers.c. (noinst_HEADERS): added glade-marshallers.h.
Diffstat (limited to 'src/glade-widget.h')
-rw-r--r--src/glade-widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glade-widget.h b/src/glade-widget.h
index 72d83029..34698c8f 100644
--- a/src/glade-widget.h
+++ b/src/glade-widget.h
@@ -4,6 +4,7 @@
#include <glib.h>
#include <glib-object.h>
+#include "glade-types.h"
G_BEGIN_DECLS
@@ -14,7 +15,6 @@ G_BEGIN_DECLS
#define GLADE_IS_WIDGET_KLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GLADE_TYPE_WIDGET))
#define GLADE_WIDGET_GET_KLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GLADE_TYPE_WIDGET, GladeWidgetKlass))
-typedef struct _GladeWidget GladeWidget;
typedef struct _GladeWidgetKlass GladeWidgetKlass;
struct _GladeWidget
@@ -110,4 +110,4 @@ GladeWidget * glade_widget_get_parent (GladeWidget *widget);
G_END_DECLS
-#endif __GLADE_WIDGET_H__
+#endif /* __GLADE_WIDGET_H__ */