elm_index: fix documentation of wrong param name

Reviewers: jpeg, woohyun, eunue, conr2d, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5767
This commit is contained in:
Sungtaek Hong 2018-01-29 21:17:26 +09:00 committed by Jaehyun Cho
parent 09d3d5b85a
commit dc28a344cc
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ class Elm.Index (Efl.Ui.Layout, Efl.Ui.Direction,
$item will be the pointer returned back on $"changed",
"delay,changed" and $"selected" smart events.
Note: If $relative is $NULL this function will behave as
Note: If $after is $NULL this function will behave as
elm_index_item_append().]]
return: Elm.Widget.Item; [[A handle to the item added or $NULL, on errors]]
@ -127,7 +127,7 @@ class Elm.Index (Efl.Ui.Layout, Efl.Ui.Direction,
$item will be the pointer returned back on $"changed",
"delay,changed" and $"selected" smart events.
Note: If $relative is $NULL this function will behave as
Note: If $before is $NULL this function will behave as
elm_index_item_prepend().]]
return: Elm.Widget.Item; [[A handle to the item added or $NULL, on errors]]