summaryrefslogtreecommitdiff
path: root/gobject/ChangeLog
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-04-03 13:15:41 +0000
committerTim Janik <timj@src.gnome.org>2001-04-03 13:15:41 +0000
commitbdd9b28b5bf43d3e60acc90da7564877214aac30 (patch)
tree70c9460eb9ef971653754e603fb63bb6ba0e3167 /gobject/ChangeLog
parent72cab5027f3b61424261a24ef96f0bc92fedd182 (diff)
downloadglib-bdd9b28b5bf43d3e60acc90da7564877214aac30.tar.gz
added g_list_nth_prev() which walks ->prev instead of ->next.
Tue Apr 3 13:46:22 2001 Tim Janik <timj@gtk.org> * glist.[hc]: added g_list_nth_prev() which walks ->prev instead of ->next. * gpattern.[hc]: added shell-style pattern matching code from beast, derived from the gtk_pattern_*() code, but with a couple of bug fixes and a number of optimizations. Tue Apr 3 14:06:00 2001 Tim Janik <timj@gtk.org> * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per owner_type. the pspecs are not referenced, so the caller is supposed to have some idea about owner_type not randomly nuking his pspec's. if this is going to provide problems in the future, we can either auto-ref the pspecs, or add a _foreach variant, though the latter would have to invoke the callback while pspec's mutex is acquired, so i just went for the _list variant for now. * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
Diffstat (limited to 'gobject/ChangeLog')
-rw-r--r--gobject/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 7b2b7f574..b4bf3e0c6 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,16 @@
+Tue Apr 3 14:06:00 2001 Tim Janik <timj@gtk.org>
+
+ * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per
+ owner_type. the pspecs are not referenced, so the caller is
+ supposed to have some idea about owner_type not randomly
+ nuking his pspec's. if this is going to provide problems in
+ the future, we can either auto-ref the pspecs, or add a
+ _foreach variant, though the latter would have to invoke
+ the callback while pspec's mutex is acquired, so i just
+ went for the _list variant for now.
+
+ * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
+
Sat Mar 31 23:55:58 2001 Tim Janik <timj@gtk.org>
* gtype.h: