mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
More additions
This commit is contained in:
parent
e7da49e64e
commit
89a803beb4
10
ChangeLog
10
ChangeLog
@ -1,11 +1,11 @@
|
|||||||
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/glib.symbols:
|
|
||||||
* glib/gmain.h:
|
* glib/gmain.h:
|
||||||
* glib/gmain.c: Add two new functions,
|
* glib/gmain.c: Add three new functions,
|
||||||
g_source_set_funcs and g_source_is_destroyed,
|
g_main_current_source, g_source_set_funcs and
|
||||||
that will be necessary to solve thread-safety
|
g_source_is_destroyed, that will be necessary to
|
||||||
issues with idles in GTK+. (#321886, Chris Wilson)
|
solve thread-safety issues with idles in GTK+.
|
||||||
|
(#321886, Chris Wilson)
|
||||||
|
|
||||||
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/glib.symbols:
|
|
||||||
* glib/gmain.h:
|
* glib/gmain.h:
|
||||||
* glib/gmain.c: Add two new functions,
|
* glib/gmain.c: Add three new functions,
|
||||||
g_source_set_funcs and g_source_is_destroyed,
|
g_main_current_source, g_source_set_funcs and
|
||||||
that will be necessary to solve thread-safety
|
g_source_is_destroyed, that will be necessary to
|
||||||
issues with idles in GTK+. (#321886, Chris Wilson)
|
solve thread-safety issues with idles in GTK+.
|
||||||
|
(#321886, Chris Wilson)
|
||||||
|
|
||||||
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
@ -1925,7 +1925,7 @@ g_main_current_source (void)
|
|||||||
* SomeWidget *self = data;
|
* SomeWidget *self = data;
|
||||||
*
|
*
|
||||||
* GDK_THREADS_ENTER ();
|
* GDK_THREADS_ENTER ();
|
||||||
* if (!g_source_is_destroyed (g_main_get_current_source ()))
|
* if (!g_source_is_destroyed (g_main_current_source ()))
|
||||||
* {
|
* {
|
||||||
* /<!-- -->* do stuff with self *<!-- -->/
|
* /<!-- -->* do stuff with self *<!-- -->/
|
||||||
* }
|
* }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user