]> Pileus Git - ~andy/gtk/commitdiff
set these.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 1 May 2002 23:02:25 +0000 (23:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 1 May 2002 23:02:25 +0000 (23:02 +0000)
* gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these.

* gdk/gdk.types: Add types derived from GObject, so that they get
an object hierarchy section.

docs/reference/ChangeLog
docs/reference/gdk/Makefile.am
docs/reference/gdk/gdk.types

index a777c22c5ec63dfb6c65f555f9c77202a52096d3..734f9c7b36c6266beffa1d12ab26ec588783a422 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-02  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these. 
+
+       * gdk/gdk.types: Add types derived from GObject, so that they get
+       an object hierarchy section.
+
 2002-05-01  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/gdk-sections.txt: Move GdkScreen struct to the GdkScreen section.
index c4fe4db45a49679270822137e45c6c66fe1258be..d875c5a76bc0215b014baab736637d05361dfb85 100644 (file)
@@ -126,8 +126,18 @@ extra_files =
 
 # CFLAGS and LDFLAGS for compiling scan program. Only needed
 # if $(DOC_MODULE).types is non-empty.
-GTKDOC_CFLAGS =
-GTKDOC_LIBS =
+GTKDOC_CFLAGS = @STRIP_BEGIN@                          \
+       @CFLAGS@                                        \
+       -I$(top_srcdir)                                 \
+       -I$(top_builddir)                               \
+       -I$(top_builddir)/gdk                           \
+       @GTK_DEBUG_FLAGS@                               \
+       @GDK_DEP_CFLAGS@                                \
+@STRIP_END@
+
+GTKDOC_LIBS = @STRIP_BEGIN@                                            \
+       $(top_builddir)/gdk/@gdktargetlib@                              \
+@STRIP_END@
 
 # Commands for compiling and linking 
 GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0b8638b5352bc64cd914fb25b43046884d2fa7a9 100644 (file)
@@ -0,0 +1,9 @@
+#include <gdk/gdk.h>
+
+gdk_display_get_type
+gdk_screen_get_type
+gdk_drawable_get_type
+gdk_window_object_get_type
+gdk_pixmap_get_type
+gdk_gc_get_type
+gdk_keymap_get_type