summaryrefslogtreecommitdiff
path: root/clutter/clutter-path.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-10-06 01:04:50 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-10-06 10:43:41 +0100
commit9e03d9231696160ef7d4d98cf6c1d2f2214c7172 (patch)
treee0b1d2e358bfae54d50558f0fd118d315e29af47 /clutter/clutter-path.h
parentdd8e4dcd62979bf8b7c8ad0e8898888a065ba445 (diff)
downloadclutter-9e03d9231696160ef7d4d98cf6c1d2f2214c7172.tar.gz
[path] MOVE_TO and LINE_TO only use a pair of coordinates
The documentation of ClutterPathNode had a small typo and stated that they use 2 pairs of coordinates.
Diffstat (limited to 'clutter/clutter-path.h')
-rw-r--r--clutter/clutter-path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/clutter-path.h b/clutter/clutter-path.h
index 14cef4037..ab04fac08 100644
--- a/clutter/clutter-path.h
+++ b/clutter/clutter-path.h
@@ -130,8 +130,8 @@ struct _ClutterPathClass
* Represents a single node of a #ClutterPath.
*
* Some of the coordinates in @points may be unused for some node
- * types. %CLUTTER_PATH_MOVE_TO and %CLUTTER_PATH_LINE_TO use only two
- * pairs of coordinates, %CLUTTER_PATH_CURVE_TO uses all three and
+ * types. %CLUTTER_PATH_MOVE_TO and %CLUTTER_PATH_LINE_TO use only one
+ * pair of coordinates, %CLUTTER_PATH_CURVE_TO uses all three and
* %CLUTTER_PATH_CLOSE uses none.
*
* Since: 1.0