efl_ui: repair a few docs
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Sat, 9 Mar 2019 12:36:54 +0000 (13:36 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:19 +0000 (13:23 +0900)
Summary:
ref T7726

Depends on D8270

Reviewers: segfaultxavi, cedric, zmike

Reviewed By: segfaultxavi

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7726

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

src/lib/elementary/efl_ui_focus_manager.eo
src/lib/elementary/efl_ui_widget.eo

index 7db8439..e4b908f 100644 (file)
@@ -24,8 +24,8 @@ struct Efl.Ui.Focus.Manager_Logical_End_Detail {
 
       @since 1.21
     ]]
-    is_regular_end : bool; [[$true if logical end, $false otherwise]]
-    element : Efl.Ui.Focus.Object; [[Focus object element]]
+    is_regular_end : bool; [[$true if element is registered as regular element in the @Efl.Ui.Focus.Manager obejct, $false otherwise]]
+    element : Efl.Ui.Focus.Object; [[The last element of the logical chain in the @Efl.Ui.Focus.Manager]]
 }
 
 interface @beta Efl.Ui.Focus.Manager {
index 5b6b52c..58100e6 100644 (file)
@@ -13,7 +13,7 @@ function @beta Efl.Ui.Scrollable_On_Show_Region {
 };
 
 struct Efl.Ui.Widget_Focus_State {
-   [[All relevant fields needed for the current state of focus registeration]]
+   [[All relevant fields needed for the current state of focus registration]]
    manager : Efl.Ui.Focus.Manager; [[The manager where the widget is registered in]]
    parent : Efl.Ui.Focus.Object; [[The parent the widget is using as logical parent]]
    logical : bool; [[$true if this is registered as logical currently]]