elm_genlist: add internal keyword for making private rootstrap 87/189587/1
authorTaehyub Kim <taehyub.kim@samsung.com>
Wed, 19 Sep 2018 04:40:13 +0000 (13:40 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Wed, 19 Sep 2018 04:40:16 +0000 (13:40 +0900)
- To make private rootstrap, @internal keyword is needed.

Change-Id: I7b68ab0558658c38dd1ee5cf6d7a4370aef5594d

src/lib/elementary/elm_genlist.eo
src/lib/elementary/elm_genlist_item.eo

index bc612b0..061f117 100644 (file)
@@ -74,7 +74,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
       }
       @property focus_on_selection {
          set {
-            [[Set focus upon items selection mode
+            [[\@internal
+              Set focus upon items selection mode
 
               When enabled, every selection of an item inside the genlist
               will automatically set focus to its first focusable widget
@@ -85,7 +86,9 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
             ]]
          }
          get {
-            [[Get whether focus upon item's selection mode is enabled.]]
+            [[\@internal
+              Get whether focus upon item's selection mode is enabled.
+            ]]
          }
          values {
             enabled: bool; [[The tree effect status.]]
@@ -172,13 +175,16 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
       }
       @property decorate_mode {
          set {
-            [[Set Genlist decorate mode.
+            [[\@internal
+              Set Genlist decorate mode.
 
               This sets Genlist decorate mode to all items.
             ]]
          }
          get {
-            [[Get Genlist decorate mode.]]
+            [[\@internal
+              Get Genlist decorate mode.
+            ]]
          }
          values {
             decorated: bool; [[The decorate mode status.]]
@@ -186,7 +192,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
       }
       @property multi_select_mode {
          set {
-            [[Set the genlist multi select mode.
+            [[\@internal
+              Set the genlist multi select mode.
 
               #ELM_OBJECT_MULTI_SELECT_MODE_DEFAULT means that
               select/unselect items whenever each item is clicked.
@@ -199,7 +206,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
             ]]
          }
          get {
-            [[Get the genlist multi select mode.
+            [[\@internal
+              Get the genlist multi select mode.
 
               @since 1.8
             ]]
@@ -329,7 +337,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
       }
       @property decorated_item {
          get {
-            [[Get active genlist mode item.
+            [[\@internal
+              Get active genlist mode item.
 
               This function returns the item that was activated with a mode,
               by the function @.decorate_mode.set.
@@ -510,7 +519,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
       }
       @property filter {
          set {
-            [[Set filter mode with key.
+            [[\@internal
+              Set filter mode with key.
 
               This initiates the filter mode of genlist with user/application
               provided key. If key is NULL, the filter mode is turned off.
@@ -525,7 +535,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
          }
       }
       filter_iterator_new {
-         [[Returns an iterator over the list of filtered items.
+         [[\@internal
+           Returns an iterator over the list of filtered items.
 
            Return NULL if filter is not set. Application must take care
            of the case while calling the API. Must be freed after use.
@@ -628,7 +639,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
          }
       }
       search_by_text_item_get {
-         [[Get genlist item by given string.
+         [[\@internal
+           Get genlist item by given string.
 
            It takes pointer to the genlist item that will be used to start
            search from it.
index 7a58893..78f1ded 100644 (file)
@@ -84,7 +84,8 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
            }
            @property subitems {
                 get {
-                     [[Get the list of subitems of a given item
+                     [[\@internal
+                       Get the list of subitems of a given item
 
                        This returns the list of subitems that an item
                        possesses. It cannot be changed.
@@ -205,7 +206,8 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
            }
            @property decorate_mode {
                 get {
-                     [[Get the item's decorate mode.
+                     [[\@internal
+                       Get the item's decorate mode.
 
                        This function just returns the name of the item's
                        decorate mode.
@@ -217,7 +219,8 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
            }
            @property flip {
                 get {
-                     [[Get the flip state of a given genlist item.
+                     [[\@internal
+                       Get the flip state of a given genlist item.
 
                        This function returns the flip state of a given
                        genlist item. If the parameter is invalid, it
@@ -225,7 +228,8 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                      ]]
                 }
                 set {
-                     [[Set the flip state of a given genlist item.
+                     [[\@internal
+                       Set the flip state of a given genlist item.
 
                        This function sets the flip state of a given genlist
                        item. Flip mode overrides current item object.
@@ -323,7 +327,8 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                    }
                    }*/
            subitems_count {
-                [[Get the number of subitems of a given item.
+                [[\@internal
+                  Get the number of subitems of a given item.
 
                   This returns the number of subitems that an item possesses.
 
@@ -470,7 +475,8 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                 }
            }
            decorate_mode_set {
-                [[Activate a genlist mode on an item.
+                [[\@internal
+                  Activate a genlist mode on an item.
 
                   A genlist mode is a different way of selecting an item.
                   Once a mode is activated on an item, any other selected