docs: efl_ui_manager: document newly added struct
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 31 Aug 2017 09:42:02 +0000 (11:42 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 31 Aug 2017 09:42:02 +0000 (11:42 +0200)
This was added recently and thus has a since 1.21 tag

src/lib/elementary/efl_ui_focus_manager.eo

index cbfcfed..6b80d6c 100644 (file)
@@ -30,8 +30,12 @@ struct Efl.Ui.Focus.Relations {
 }
 
 struct Efl.Ui.Focus.Manager.Logical_End_Detail {
-    is_regular_end : bool;
-    element : Efl.Ui.Focus.Object;
+    [[Structure holding the focus object with extra information on logical end
+
+      @since 1.21
+    ]]
+    is_regular_end : bool; [[$true if logical end, $false otherwise]]
+    element : Efl.Ui.Focus.Object; [[Focus object element]]
 }
 
 interface Efl.Ui.Focus.Manager {