diff options
Diffstat (limited to 'src/lib/efl/interfaces')
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_path.eo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo index 730ec8ba91..bef075afe4 100644 --- a/src/lib/efl/interfaces/efl_gfx_path.eo +++ b/src/lib/efl/interfaces/efl_gfx_path.eo | |||
@@ -7,7 +7,7 @@ mixin Efl.Gfx.Path | |||
7 | methods { | 7 | methods { |
8 | @property path { | 8 | @property path { |
9 | [[Set the list of commands and points to be used to create the | 9 | [[Set the list of commands and points to be used to create the |
10 | content of shape. | 10 | content of path. |
11 | 11 | ||
12 | See \@ref efl_gfx_path interface for how to create a command list. | 12 | See \@ref efl_gfx_path interface for how to create a command list. |
13 | 13 | ||
@@ -51,7 +51,7 @@ mixin Efl.Gfx.Path | |||
51 | } | 51 | } |
52 | /* FIXME: Return a new object!!! */ | 52 | /* FIXME: Return a new object!!! */ |
53 | copy_from { | 53 | copy_from { |
54 | [[Copy the shape data from the object specified. | 54 | [[Copy the path data from the object specified. |
55 | 55 | ||
56 | @since 1.18 | 56 | @since 1.18 |
57 | ]] | 57 | ]] |
@@ -69,7 +69,7 @@ mixin Efl.Gfx.Path | |||
69 | } | 69 | } |
70 | } | 70 | } |
71 | reset { | 71 | reset { |
72 | [[Reset the shape data of the shape object. | 72 | [[Reset the path data of the path object. |
73 | 73 | ||
74 | @since 1.18 | 74 | @since 1.18 |
75 | ]] | 75 | ]] |