]> Pileus Git - ~andy/gtk/commitdiff
Improve wording.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Jan 2002 00:34:21 +0000 (00:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Jan 2002 00:34:21 +0000 (00:34 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkgc.sgml

index 8b0f6c10b785e40c70817c45bb74b4d1c372234e..16d51ac31037afea120c47c7fc678335c497efcf 100644 (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.
 
index 7304c49122c136934b47145d08767025774c7434..e921ac628e5b04c57e6a73a496252b0fcbdbc4d0 100644 (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 ##### -->