Implement the same PLT reduction technique used in GTK+:
authorMatthias Clasen <mclasen@redhat.com>
Thu, 16 Sep 2004 18:52:40 +0000 (18:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 16 Sep 2004 18:52:40 +0000 (18:52 +0000)
commit465c7d1ead296b70b8d47ca333554a18f71da11d
tree2b97d6c69fbe76106943072307fc175bcfab2b5c
parent88e7569e65f74ae1140a31093396e872b4866cd7
Implement the same PLT reduction technique used in GTK+:

2004-09-16  Matthias Clasen  <mclasen@redhat.com>

Implement the same PLT reduction technique used in GTK+:

* Makefile.am: Generate gobjectalias.h from gobject.symbols.
(BUILT_SOURCES): Add gobjectalias.h.

* makegobjectalias.pl: Script to generate gobjectalias.h.

* *.c: Include gobjectalias.h
18 files changed:
gobject/ChangeLog
gobject/Makefile.am
gobject/gboxed.c
gobject/gclosure.c
gobject/genums.c
gobject/gobject.c
gobject/gparam.c
gobject/gparamspecs.c
gobject/gsignal.c
gobject/gsourceclosure.c
gobject/gtype.c
gobject/gtypemodule.c
gobject/gtypeplugin.c
gobject/gvalue.c
gobject/gvaluearray.c
gobject/gvaluetransform.c
gobject/gvaluetypes.c
gobject/makegobjectalias.pl [new file with mode: 0755]