glib/gobject
Elliot Lee 8f7579774c GMainContext useful in implementing some additional styles of main loop
* gmain.c, gmain.h (g_main_context_new, g_main_context_destroy): GMainContext useful
in implementing some additional styles of main loop usage.  To do this, however, Joe
Hacker needs to be able to create/destroy GMainContext's at will. This is just an
export of existing functionality, rather than new functionality.

They are listed in the "Low level functions for implementing custom main loops"
section of the header file, to avoid confusing people.

* gobject/Makefile.am:
  . You have to 'touch oldest-source-stamp' if you want to avoid having
  the Makefile constantly rebuild itself.
  . Fix marshaller generation rules to work with srcdir != builddir
    (there were issues with trying to run "./glib-genmarshal", etc.)
2000-12-12 19:34:41 +00:00
..
.cvsignore shut up on new marshaller generated stuff 2000-12-12 07:53:04 +00:00
ChangeLog GMainContext useful in implementing some additional styles of main loop 2000-12-12 19:34:41 +00:00
gboxed.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gboxed.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gbsearcharray.c Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
gbsearcharray.h Don't use implicit casts from void * since this will get included from C++ 2000-10-25 23:39:32 +00:00
gclosure.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gclosure.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
genums.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
genums.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.1 fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
glib-genmarshal.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gmarshal.list i guess some people may need this ;) 2000-12-12 07:51:44 +00:00
gobject-query.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gobject.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gobject.def Add gqsort. 2000-11-26 16:28:01 +00:00
gobject.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gobject.rc.in makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to 2000-05-13 19:30:58 +00:00
gparam.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gparam.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gparamspecs.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gparamspecs.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gsignal.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gsignal.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gtype.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gtype.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gtypemodule.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gtypemodule.h *** empty log message *** 2000-11-11 06:46:30 +00:00
gtypeplugin.c fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gtypeplugin.h fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gvalue.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvalue.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvaluecollector.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvaluetypes.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvaluetypes.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
Makefile.am GMainContext useful in implementing some additional styles of main loop 2000-12-12 19:34:41 +00:00
makefile.mingw.in fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
makefile.msc.in fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00