summaryrefslogtreecommitdiff
path: root/docs/reference/gdk/tmpl/properties.sgml
diff options
context:
space:
mode:
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 292ae857e..3c4c8d3fd 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.