summaryrefslogtreecommitdiff
path: root/docs/reference/gdk/tmpl/properties.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-04-20 23:57:41 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-04-20 23:57:41 +0000
commit4138ac479b4521b28c3b8cb9ebd45347a1221de4 (patch)
tree00b25f2059d86c04a4fe022cfb4d1692f9788bdf /docs/reference/gdk/tmpl/properties.sgml
parent1fe30c2cf647f1513f282206b7d0d20661f67885 (diff)
downloadgtk+-4138ac479b4521b28c3b8cb9ebd45347a1221de4.tar.gz
A bunch of trivial doc fixes.
Diffstat (limited to 'docs/reference/gdk/tmpl/properties.sgml')
-rw-r--r--docs/reference/gdk/tmpl/properties.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gdk/tmpl/properties.sgml b/docs/reference/gdk/tmpl/properties.sgml
index 292ae857e7..3c4c8d3fd9 100644
--- a/docs/reference/gdk/tmpl/properties.sgml
+++ b/docs/reference/gdk/tmpl/properties.sgml
@@ -244,10 +244,10 @@ Changes the contents of a property on a window.
@window: a #GdkWindow.
@property: the property to change.
@type: the new type for the property. If @mode is
- %GDK_PROP_MODE_REPLACE or %GDK_PROP_MODE_APPEND, then this
+ %GDK_PROP_MODE_PREPEND or %GDK_PROP_MODE_APPEND, then this
must match the existing type or an error will occur.
@format: the new format for the property. If @mode is
- %GDK_PROP_MODE_REPLACE or %GDK_PROP_MODE_APPEND, then this
+ %GDK_PROP_MODE_PREPEND or %GDK_PROP_MODE_APPEND, then this
must match the existing format or an error will occur.
@mode: a value describing how the new data is to be combined
with the current data.