diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-20 23:57:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-04-20 23:57:41 +0000 |
commit | 4138ac479b4521b28c3b8cb9ebd45347a1221de4 (patch) | |
tree | 00b25f2059d86c04a4fe022cfb4d1692f9788bdf /docs/reference/gdk/tmpl/properties.sgml | |
parent | 1fe30c2cf647f1513f282206b7d0d20661f67885 (diff) | |
download | gtk+-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.sgml | 4 |
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. |