summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-01-09 00:34:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-01-09 00:34:21 +0000
commit3d818fe5c8b85f703023574442093d00c54ed07b (patch)
treebf8805589c1cd2560ac58646a8726b4b1daff421 /docs
parent4127a267f19bc152e7d421c1363a204758fd29b3 (diff)
downloadgtk+-3d818fe5c8b85f703023574442093d00c54ed07b.tar.gz
Improve wording.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog2
-rw-r--r--docs/reference/gtk/tmpl/gtkgc.sgml2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 8b0f6c10b7..16d51ac310 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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.
diff --git a/docs/reference/gtk/tmpl/gtkgc.sgml b/docs/reference/gtk/tmpl/gtkgc.sgml
index 7304c49122..e921ac628e 100644
--- a/docs/reference/gtk/tmpl/gtkgc.sgml
+++ b/docs/reference/gtk/tmpl/gtkgc.sgml
@@ -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 ##### -->