Split glib.h into many header files mostly according to the resp.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 12 Oct 2000 11:52:07 +0000 (11:52 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 12 Oct 2000 11:52:07 +0000 (11:52 +0000)
commitb1d15587479deaacb9bd983fd28c6f3d3e27142e
tree35f1769e37be3bcb5c7d9cce2c32f3b7b3683431
parentb1d7443893ec43765555e149ed02edda48df1212
Split glib.h into many header files mostly according to the resp.

2000-10-12  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h,
gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h,
ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h,
gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h,
grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h,
gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h
into many header files mostly according to the resp. *.c-files.

* gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case
of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and
__END_DECLS.

* configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h,
gunicode.h, : Changed guard-macro names to something more
consistent.

* configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS.
87 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
galloca.h [new file with mode: 0644]
garray.h [new file with mode: 0644]
gasyncqueue.h [new file with mode: 0644]
gbacktrace.h [new file with mode: 0644]
gcache.h [new file with mode: 0644]
gcompletion.h [new file with mode: 0644]
gconvert.h [new file with mode: 0644]
gdataset.h [new file with mode: 0644]
gdate.h [new file with mode: 0644]
gerror.h
gfileutils.h
ghash.h [new file with mode: 0644]
ghook.h [new file with mode: 0644]
giochannel.h [new file with mode: 0644]
glib.h
glib/galloca.h [new file with mode: 0644]
glib/garray.h [new file with mode: 0644]
glib/gasyncqueue.h [new file with mode: 0644]
glib/gbacktrace.h [new file with mode: 0644]
glib/gcache.h [new file with mode: 0644]
glib/gcompletion.h [new file with mode: 0644]
glib/gconvert.h [new file with mode: 0644]
glib/gdataset.h [new file with mode: 0644]
glib/gdate.h [new file with mode: 0644]
glib/gerror.h
glib/gfileutils.h
glib/ghash.h [new file with mode: 0644]
glib/ghook.h [new file with mode: 0644]
glib/giochannel.h [new file with mode: 0644]
glib/glib.h
glib/glist.h [new file with mode: 0644]
glib/gmacros.h [new file with mode: 0644]
glib/gmain.h [new file with mode: 0644]
glib/gmem.h [new file with mode: 0644]
glib/gmessages.h [new file with mode: 0644]
glib/gnode.h [new file with mode: 0644]
glib/gprimes.h [new file with mode: 0644]
glib/gquark.h [new file with mode: 0644]
glib/gqueue.h [new file with mode: 0644]
glib/grand.h [new file with mode: 0644]
glib/grel.h [new file with mode: 0644]
glib/gscanner.h [new file with mode: 0644]
glib/gshell.h
glib/gslist.h [new file with mode: 0644]
glib/gspawn.h
glib/gstrfuncs.h [new file with mode: 0644]
glib/gstring.h [new file with mode: 0644]
glib/gthread.h [new file with mode: 0644]
glib/gthreadpool.h [new file with mode: 0644]
glib/gtimer.h [new file with mode: 0644]
glib/gtree.h [new file with mode: 0644]
glib/gtypes.h [new file with mode: 0644]
glib/gunicode.h
glib/gutils.h [new file with mode: 0644]
glist.h [new file with mode: 0644]
gmacros.h [new file with mode: 0644]
gmain.h [new file with mode: 0644]
gmem.h [new file with mode: 0644]
gmessages.h [new file with mode: 0644]
gnode.h [new file with mode: 0644]
gprimes.h [new file with mode: 0644]
gquark.h [new file with mode: 0644]
gqueue.h [new file with mode: 0644]
grand.h [new file with mode: 0644]
grel.h [new file with mode: 0644]
gscanner.h [new file with mode: 0644]
gshell.h
gslist.h [new file with mode: 0644]
gspawn.h
gstrfuncs.h [new file with mode: 0644]
gstring.h [new file with mode: 0644]
gthread.h [new file with mode: 0644]
gthreadpool.h [new file with mode: 0644]
gtimer.h [new file with mode: 0644]
gtree.h [new file with mode: 0644]
gtypes.h [new file with mode: 0644]
gunicode.h
gutils.h [new file with mode: 0644]