diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,10 +1,15 @@ +Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com> + + * gmain.[ch]: Switch GMainLoop to be ref/unref, use to + make dropping reference to running loop safe. + Wed Dec 13 20:41:49 2000 Owen Taylor <otaylor@redhat.com> * gmain.c (g_source_unref_internal): Unref callback->cb_data if it was still set when the source is freed. (Usually, this will be done by g_source_destroy.) -2001-01-02 Dan Winship <danw@helixcode.com> + 2001-01-02 Dan Winship <danw@helixcode.com> * garray.h (g_array_append_val, g_array_prepend_val, g_array_insert_val): Use parentheses around an argument to make |