summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2000-06-28 16:18:39 +0000
committerTim Janik <timj@src.gnome.org>2000-06-28 16:18:39 +0000
commit19ea0710a8cf2f80a7772034793970490ff72094 (patch)
tree08d0372bdf1c8b688b3be38906b514543bb240db /gobject
parent09f8e937f21552d441a5a2b06767a67459195653 (diff)
downloadglib-19ea0710a8cf2f80a7772034793970490ff72094.tar.gz
spelling
Diffstat (limited to 'gobject')
-rw-r--r--gobject/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index 0d0ea87a9..e0ff6bfad 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -24,9 +24,9 @@ Sat Jun 24 23:03:04 2000 Tim Janik <timj@gtk.org>
called prior to a type nodes last_unref() function, this can be used
to prevent premature class destruction. multiple installed cache_func()
will be chained upon last_unref() untill one of them returns TRUE.
- the cache_func()s have to check the type id passed in to figure whether
- they actually wants to cache the class of this type (since any types are
- routed through the cache_func() chain).
+ the cache_func()s have to check the class id passed in to figure whether
+ they actually want to cache the class of this type (since all classes
+ are routed through the cache_func() chain).
g_type_remove_class_cache_func(): remove a previously installed
cache_func/data pair. the cache maintained by this function has to be
clear when calling g_type_remove_class_cache_func() to avoid leaks.