diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-12-12 19:34:41 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-12-12 19:34:41 +0000 |
commit | 8f7579774c5372992d44dba9e7704eb80a511850 (patch) | |
tree | 27c4d3c9c93eae037e4c1724aae124fdcb9027cf /ChangeLog.pre-2-4 | |
parent | 4cdb98303bd341fa5cb014dc2895fe427cd34121 (diff) |
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.)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5b8313712..aefd74667 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +2000-12-12 Elliot Lee <sopwith@redhat.com> + + * 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 any new functionality. + + They are listed in the "Low level functions for implementing custom + main loops" section of the header file, to avoid confusing people. + Sun Dec 10 10:47:11 2000 Owen Taylor <otaylor@redhat.com> * gmain.c (g_source_destroy_internal): Remove pollfds |