GMainContext useful in implementing some additional styles of main loop
authorElliot Lee <sopwith@src.gnome.org>
Tue, 12 Dec 2000 19:34:41 +0000 (19:34 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Tue, 12 Dec 2000 19:34:41 +0000 (19:34 +0000)
commit8f7579774c5372992d44dba9e7704eb80a511850
tree27c4d3c9c93eae037e4c1724aae124fdcb9027cf
parent4cdb98303bd341fa5cb014dc2895fe427cd34121
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.)
14 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
glib/gmain.c
glib/gmain.h
gmain.c
gmain.h
gobject/ChangeLog
gobject/Makefile.am