mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 04:14:11 +02:00
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.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user