eo: Eina_Bool -> bool
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Mon, 18 May 2015 15:27:18 +0000 (16:27 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Mon, 18 May 2015 15:27:18 +0000 (16:27 +0100)
src/lib/elm_color_item.eo
src/lib/elm_diskselector_item.eo
src/lib/elm_flipselector_item.eo
src/lib/elm_gengrid_item.eo
src/lib/elm_genlist_item.eo
src/lib/elm_index_item.eo
src/lib/elm_interface_scrollable.eo
src/lib/elm_segment_control_item.eo
src/lib/elm_widget_item.eo

index 3df5e24..99320cb 100644 (file)
@@ -42,7 +42,7 @@ class Elm.Color_Item(Elm.Widget_Item)
                  */
              }
              values {
-                 selected: Eina_Bool; /*@ @c EINA_TRUE if selected @c EINA_FALSE otherwise */
+                 selected: bool; /*@ @c EINA_TRUE if selected @c EINA_FALSE otherwise */
              }
         }
    }
index dbf01eb..1e76d3d 100644 (file)
@@ -81,7 +81,7 @@ class Elm.Diskselector_Item(Elm.Widget_Item)
                       */
                 }
                 values {
-                     selected: Eina_Bool; /*@ The selected state */
+                     selected: bool; /*@ The selected state */
                 }
            }
            /*      init { FIXME
index 2287ec6..4566bd4 100644 (file)
@@ -29,7 +29,7 @@ class Elm.Flipselector_Item(Elm.Widget_Item)
                  */
              }
              values {
-                 selected: Eina_Bool; /*@ EINA_TRUE if selected EINA_FALSE otherwise */
+                 selected: bool; /*@ EINA_TRUE if selected EINA_FALSE otherwise */
              }
         }
       prev_get @const {
index 6ace3dc..3f33943 100644 (file)
@@ -66,7 +66,7 @@ class Elm.Gengrid_Item(Elm.Widget_Item)
                       */
                 }
                 values {
-                     selected: Eina_Bool; /*@ the selected state (@c EINA_TRUE selected, @c EINA_FALSE not selected) */
+                     selected: bool; /*@ the selected state (@c EINA_TRUE selected, @c EINA_FALSE not selected) */
                 }
            }
            @property item_class {
index 9a81bed..6179c0b 100644 (file)
@@ -98,7 +98,7 @@ class Elm.Genlist_Item(Elm.Widget_Item)
                       */
                 }
                 values {
-                     selected: Eina_Bool; /*@ the selected state (@c EINA_TRUE selected, @c EINA_FALSE not selected) */
+                     selected: bool; /*@ the selected state (@c EINA_TRUE selected, @c EINA_FALSE not selected) */
                 }
            }
            @property expanded {
@@ -134,7 +134,7 @@ class Elm.Genlist_Item(Elm.Widget_Item)
                       */
                 }
                 values {
-                     expanded: Eina_Bool; /*@ The expanded state (@c EINA_TRUE expanded, @c EINA_FALSE not expanded). */
+                     expanded: bool; /*@ The expanded state (@c EINA_TRUE expanded, @c EINA_FALSE not expanded). */
                 }
            }
            @property expanded_depth {
@@ -225,7 +225,7 @@ class Elm.Genlist_Item(Elm.Widget_Item)
                       */
                 }
                 values {
-                     flip: Eina_Bool; /*@ The flip mode */
+                     flip: bool; /*@ The flip mode */
                 }
            }
            @property select_mode {
@@ -483,7 +483,7 @@ class Elm.Genlist_Item(Elm.Widget_Item)
                  */
                 params {
                      @in decorate_it_type: const(char)*; /*@ Mode name */
-                     @in decorate_it_set: Eina_Bool; /*@ Boolean to define set or unset mode. */
+                     @in decorate_it_set: bool; /*@ Boolean to define set or unset mode. */
                 }
            }
       }
index 099ed63..6fd0621 100644 (file)
@@ -22,7 +22,7 @@ class Elm.Index_Item(Elm.Widget_Item)
                   */
              }
              values {
-                 selected: Eina_Bool; /*@ EINA_TRUE if selected EINA_FALSE otherwise */
+                 selected: bool; /*@ EINA_TRUE if selected EINA_FALSE otherwise */
              }
         }
       letter_get @const {
index f9bfd8d..3570a83 100644 (file)
@@ -328,8 +328,8 @@ mixin Elm_Interface_Scrollable(Evas.Scrollable_Interface, Evas.Object_Smart)
              */
          }
          values {
-            loop_h: Eina_Bool; /*@ The scrolling horizontal loop */
-            loop_v: Eina_Bool; /*@ The scrolling vertical loop */
+            loop_h: bool; /*@ The scrolling horizontal loop */
+            loop_v: bool; /*@ The scrolling vertical loop */
          }
       }
       @property scroll_up_cb {
index 08abe93..c3274cf 100644 (file)
@@ -48,7 +48,7 @@ class Elm.Segment_Control_Item(Elm.Widget_Item)
               @ingroup SegmentControl
              */
              params {
-                  selected: Eina_Bool; /*@ The selected state. */
+                  selected: bool; /*@ The selected state. */
              }
         }
    }
index 801cb2f..69451d4 100644 (file)
@@ -24,7 +24,7 @@ class Elm.Widget_Item(Eo.Base, Elm_Interface_Atspi_Accessible,
                      return: bool; /*@ @c EINA_FALSE on failure, @c EINA_TRUE on success */
                 }
                 values {
-                     disable: Eina_Bool; /*@ If @c EINA_TRUE, size restrictions are disabled */
+                     disable: bool; /*@ If @c EINA_TRUE, size restrictions are disabled */
                 }
            }
            @property tooltip_style {