elm_index: fix documentation of wrong param name
authorSungtaek Hong <sth253.hong@samsung.com>
Mon, 29 Jan 2018 12:17:26 +0000 (21:17 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 3 Apr 2018 13:12:55 +0000 (22:12 +0900)
Reviewers: jpeg, woohyun, eunue, conr2d, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5767

src/lib/elementary/elm_index.eo

index afd4d1c..2dd27ef 100644 (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]]