Improve wording.

This commit is contained in:
Matthias Clasen 2002-01-09 00:34:21 +00:00
parent 4127a267f1
commit 3d818fe5c8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-01-08 Matthias Clasen <matthiasc@poet.de>
* gtk/tmpl/gtkgc.sgml: Improve wording.
* gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of
window IDs rather than XIDs.

View File

@ -10,7 +10,7 @@ These functions provide access to a shared pool of #GdkGC objects.
When a new #GdkGC is needed, gtk_gc_get() is called with the required depth,
colormap and #GdkGCValues. If a #GdkGC with the required properties already
exists then that is returned. If not, a new #GdkGC is created.
When the #GdkGC is no longer needed, gtk_gc_release() is called.
When the #GdkGC is no longer needed, gtk_gc_release() should be called.
</para>
<!-- ##### SECTION See_Also ##### -->