diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/canvas/evas_box.eo | 2 | ||||
-rw-r--r-- | src/lib/evas/canvas/evas_grid.eo | 2 | ||||
-rw-r--r-- | src/lib/evas/canvas/evas_table.eo | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/evas/canvas/evas_box.eo b/src/lib/evas/canvas/evas_box.eo index 041b868638..42b4395d01 100644 --- a/src/lib/evas/canvas/evas_box.eo +++ b/src/lib/evas/canvas/evas_box.eo | |||
@@ -521,7 +521,7 @@ class Evas.Box (Efl.Canvas.Group) | |||
521 | legacy: null; | 521 | legacy: null; |
522 | return: ptr(Evas_Object_Box_Option); [[Box option]] | 522 | return: ptr(Evas_Object_Box_Option); [[Box option]] |
523 | params { | 523 | params { |
524 | @in child: Efl.Canvas.Object; [[Object top be inserted]] | 524 | @in child: Efl.Canvas.Object; [[Object to be inserted]] |
525 | @in reference: const(Efl.Canvas.Object); [[Reference where the object will be inserted]] | 525 | @in reference: const(Efl.Canvas.Object); [[Reference where the object will be inserted]] |
526 | } | 526 | } |
527 | } | 527 | } |
diff --git a/src/lib/evas/canvas/evas_grid.eo b/src/lib/evas/canvas/evas_grid.eo index 58ba14f934..11e3614ecf 100644 --- a/src/lib/evas/canvas/evas_grid.eo +++ b/src/lib/evas/canvas/evas_grid.eo | |||
@@ -68,7 +68,7 @@ class Evas.Grid (Efl.Canvas.Group) | |||
68 | @since 1.1]] | 68 | @since 1.1]] |
69 | 69 | ||
70 | params { | 70 | params { |
71 | @in clear: bool; [[if $true, it will delete just removed children.]] | 71 | @in clear: bool; [[If $true, it will delete just removed children.]] |
72 | } | 72 | } |
73 | } | 73 | } |
74 | iterator_new @const { | 74 | iterator_new @const { |
diff --git a/src/lib/evas/canvas/evas_table.eo b/src/lib/evas/canvas/evas_table.eo index 3736bb4434..9e915387b9 100644 --- a/src/lib/evas/canvas/evas_table.eo +++ b/src/lib/evas/canvas/evas_table.eo | |||
@@ -110,7 +110,7 @@ class Evas.Table (Efl.Canvas.Group) | |||
110 | accounted proportionally.]] | 110 | accounted proportionally.]] |
111 | } | 111 | } |
112 | values { | 112 | values { |
113 | cols: int; [[Columns in Table]] | 113 | cols: int; [[Columns in table]] |
114 | rows: int; [[Rows in table]] | 114 | rows: int; [[Rows in table]] |
115 | } | 115 | } |
116 | } | 116 | } |