+Mon Oct 20 20:38:06 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gobject/gobject.i: Removed...
+ * gobject/gobject.cI: ...and readded.
+ * gobject/gobject.types: Change to the standard file
+ extension for included hunks of C code.
+
+Mon Oct 20 20:34:33 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
+ as an include dir again, this time for real.
+
Mon Oct 20 01:12:46 2003 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtype.sgml:
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
+ -I$(top_builddir)/glib \
$(GLIB_DEBUG_FLAGS)
GTKDOC_LIBS = \
$(top_builddir)/glib/libglib-2.0.la \
--- /dev/null
+/*
+ * This is a hack to work around a limitation of gtkdoc-scan: it insists
+ * on putting () behind every symbol listed in gobject.types. Thus we
+ * can't put G_TYPE_OBJECT there, but have to sneak a g_object_get_type()
+ * function in the generated source via an #include.
+ */
+GType
+g_object_get_type (void)
+{
+ return G_TYPE_OBJECT;
+}
+++ /dev/null
-/*
- * This is a hack to work around a limitation of gtkdoc-scan: it insists
- * on putting () behind every symbol listed in gobject.types. Thus we
- * can't put G_TYPE_OBJECT there, but have to sneak a g_object_get_type()
- * function in the generated source via an #include.
- */
-GType
-g_object_get_type (void)
-{
- return G_TYPE_OBJECT;
-}
#include <glib/glib-object.h>
-#include "gobject.i"
+#include "gobject.cI"
g_object_get_type
g_type_module_get_type