diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-02 02:36:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-02 02:36:30 +0000 |
commit | bef319723baaeb219d94b37727de7e499cb71fdf (patch) | |
tree | 2172c82b3608aeb218b756ff2eb392fd109d0335 /ChangeLog.pre-2-12 | |
parent | 14538bb8d6d4e8af33151fb4d84dc893fa850577 (diff) | |
download | glib-bef319723baaeb219d94b37727de7e499cb71fdf.tar.gz glib-bef319723baaeb219d94b37727de7e499cb71fdf.tar.bz2 glib-bef319723baaeb219d94b37727de7e499cb71fdf.zip |
Add two new functions, g_source_set_funcs and g_source_is_destroyed, that
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gmain.h:
* glib/gmain.c: Add two new functions,
g_source_set_funcs and g_source_is_destroyed,
that will be necessary to solve thread-safety
issues with idles in GTK+. (#321886, Chris Wilson)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r-- | ChangeLog.pre-2-12 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 95a25090e..1580606fc 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,14 @@ 2006-06-01 Matthias Clasen <mclasen@redhat.com> + * glib/glib.symbols: + * glib/gmain.h: + * glib/gmain.c: Add two new functions, + g_source_set_funcs and g_source_is_destroyed, + that will be necessary to solve thread-safety + issues with idles in GTK+. (#321886, Chris Wilson) + +2006-06-01 Matthias Clasen <mclasen@redhat.com> + * glib/giochannel.c (g_io_channel_write_chars): Avoid running in an assertion with small writes. (#343566, Chris Wilson) |