summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-16 19:31:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-16 19:31:36 +0000
commita52e2986cd4a2147cfc8d41ae23d98907caaf3a0 (patch)
treeb650c01bcf0ec2040d4c2aca256f8155229164e7 /docs
parentd6977cf92fb222e42ef785bee226011fdcb2d5cf (diff)
Minor markup fixes.
* glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, glib/gfileutils.c, glib/ghash.c, glib/gmain.c, glib/gasyncqueue.c, glib/gtree.c: Minor markup fixes. * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/glib/tmpl/caches.sgml2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 869fa3a38..021519732 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-15 Matthias Clasen <matthias@poet.de>
+
+ * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
+
2001-12-14 Matthias Clasen <matthias@poet.de>
* glib/tmpl/memory.sgml: Typo fixes.
diff --git a/docs/reference/glib/tmpl/caches.sgml b/docs/reference/glib/tmpl/caches.sgml
index 99c344b68..71b8b6fc9 100644
--- a/docs/reference/glib/tmpl/caches.sgml
+++ b/docs/reference/glib/tmpl/caches.sgml
@@ -10,7 +10,7 @@ A #GCache allows sharing of complex data structures, in order to save
system resources.
</para>
<para>
-GTK+ uses a #GCache for #GtkStyles; GDK uses one for #GdkGCs. These consume a lot of
+GTK+ uses caches for #GtkStyles and #GdkGCs. These consume a lot of
resources, so a #GCache is used to see if a #GtkStyle or #GdkGC with the
required properties already exists. If it does, then the existing
object is used instead of creating a new one.