Revert "elm_genlist: add internal keyword for making private rootstrap" 21/189521/1
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 18 Sep 2018 09:01:48 +0000 (18:01 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 18 Sep 2018 09:14:15 +0000 (18:14 +0900)
This reverts commit c898de4c3ad10564599f38ba8bd6e8320ac404bb.

It is reverted to fix build failure.

Change-Id: Ic57982ab987665e965f0c649b103db8fc8bec34e

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

index 4ace578..bc612b0 100644 (file)
@@ -73,7 +73,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
          }
       }
       @property focus_on_selection {
-         set @internal {
+         set {
             [[Set focus upon items selection mode
 
               When enabled, every selection of an item inside the genlist
@@ -84,7 +84,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
               an item will couse this particular item to get focus as usual.
             ]]
          }
-         get @internal {
+         get {
             [[Get whether focus upon item's selection mode is enabled.]]
          }
          values {
@@ -171,13 +171,13 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
          }
       }
       @property decorate_mode {
-         set @internal {
+         set {
             [[Set Genlist decorate mode.
 
               This sets Genlist decorate mode to all items.
             ]]
          }
-         get @internal {
+         get {
             [[Get Genlist decorate mode.]]
          }
          values {
@@ -185,7 +185,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
          }
       }
       @property multi_select_mode {
-         set @internal {
+         set {
             [[Set the genlist multi select mode.
 
               #ELM_OBJECT_MULTI_SELECT_MODE_DEFAULT means that
@@ -198,7 +198,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
               @since 1.8
             ]]
          }
-         get @internal {
+         get {
             [[Get the genlist multi select mode.
 
               @since 1.8
@@ -245,10 +245,8 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
       }
       @property tree_effect_enabled {
          [[Control genlist tree effect.]]
-         set @internal {
-         }
-         get @internal {
-         }
+         set {}
+         get {}
          values {
             enabled: bool; [[The tree effect status.]]
          }
@@ -330,7 +328,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
          }
       }
       @property decorated_item {
-         get @internal {
+         get {
             [[Get active genlist mode item.
 
               This function returns the item that was activated with a mode,
@@ -511,7 +509,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
          }
       }
       @property filter {
-         set @internal {
+         set {
             [[Set filter mode with key.
 
               This initiates the filter mode of genlist with user/application
@@ -526,7 +524,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
             key: void_ptr; [[Filter key]]
          }
       }
-      filter_iterator_new @internal {
+      filter_iterator_new {
          [[Returns an iterator over the list of filtered items.
 
            Return NULL if filter is not set. Application must take care
@@ -629,7 +627,7 @@ class Elm.Genlist (Efl.Ui.Layout.Object, Elm.Interface_Scrollable, Efl.Ui.Clicka
             @in func_data: const(void_ptr) @optional; [[Data passed to $func above.]]
          }
       }
-      search_by_text_item_get @internal {
+      search_by_text_item_get {
          [[Get genlist item by given string.
 
            It takes pointer to the genlist item that will be used to start
index 4526412..7a58893 100644 (file)
@@ -83,7 +83,7 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                 }
            }
            @property subitems {
-                get @internal {
+                get {
                      [[Get the list of subitems of a given item
 
                        This returns the list of subitems that an item
@@ -204,7 +204,7 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                 }
            }
            @property decorate_mode {
-                get @internal {
+                get {
                      [[Get the item's decorate mode.
 
                        This function just returns the name of the item's
@@ -216,7 +216,7 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                 }
            }
            @property flip {
-                get @internal {
+                get {
                      [[Get the flip state of a given genlist item.
 
                        This function returns the flip state of a given
@@ -224,7 +224,7 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                        returns $false.
                      ]]
                 }
-                set @internal {
+                set {
                      [[Set the flip state of a given genlist item.
 
                        This function sets the flip state of a given genlist
@@ -322,7 +322,7 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                    const(void_ptr) data;
                    }
                    }*/
-           subitems_count @internal {
+           subitems_count {
                 [[Get the number of subitems of a given item.
 
                   This returns the number of subitems that an item possesses.
@@ -469,7 +469,7 @@ class Elm.Genlist.Item(Elm.Widget.Item.Static_Focus, Efl.Ui.Legacy)
                      @cref itc: Elm.Genlist.Item.Class; [[The item class for the item.]]
                 }
            }
-           decorate_mode_set @internal {
+           decorate_mode_set {
                 [[Activate a genlist mode on an item.
 
                   A genlist mode is a different way of selecting an item.