summaryrefslogtreecommitdiff
path: root/src/lib/elm_table.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_table.eo')
-rw-r--r--src/lib/elm_table.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elm_table.eo b/src/lib/elm_table.eo
index d22769ba2..ccbd20283 100644
--- a/src/lib/elm_table.eo
+++ b/src/lib/elm_table.eo
@@ -61,7 +61,7 @@ class Elm_Table (Elm_Widget)
@brief Get child object of table at given coordinates.
@return Child of object if find if not return NULL. */
- return Evas_Object *;
+ return: Evas_Object *;
params {
@in int col; /*@ Column number of child object */
@in int row; /*@ Row number of child object */
@@ -86,7 +86,7 @@ class Elm_Table (Elm_Widget)
@in int colspan; /*@ colspan */
@in int rowspan; /*@ rowspan */
}
- legacy null;
+ legacy: null;
}
pack_get {
/*@
@@ -103,7 +103,7 @@ class Elm_Table (Elm_Widget)
@out int colspan; /*@ colspan */
@out int rowspan; /*@ rowspan */
}
- legacy null;
+ legacy: null;
}
unpack {
/*@