eolian: remove all occurences of unsigned
authorDaniel Kolesa <d.kolesa@samsung.com>
Thu, 26 Jun 2014 10:50:29 +0000 (11:50 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 30 Jun 2014 16:20:38 +0000 (17:20 +0100)
src/lib/edje/edje.eo
src/lib/evas/canvas/evas.eo
src/lib/evas/canvas/evas_3d_mesh.eo
src/lib/evas/canvas/evas_box.eo
src/lib/evas/canvas/evas_image.eo
src/lib/evas/canvas/evas_object_smart.eo
src/lib/evas/canvas/evas_table.eo

index 438785d..b45b683 100644 (file)
@@ -902,7 +902,7 @@ class Edje (Evas_Smart_Clipped)
          return Evas_Object *;
          params {
             @in const(char)* part; /*@ The part name */
-            @in unsigned int pos; /*@ The position index of the object (starts counting from 0) */
+            @in uint pos; /*@ The position index of the object (starts counting from 0) */
          }
       }
       part_text_cursor_copy {
@@ -1095,10 +1095,10 @@ class Edje (Evas_Smart_Clipped)
          params {
             @in const(char)* part; /*@ The part name */
             @in Evas_Object *child_obj; /*@ The object to pack in */
-            @in unsigned short col; /*@ The column to place it in */
-            @in unsigned short row; /*@ The row to place it in */
-            @in unsigned short colspan; /*@ Columns the child will take */
-            @in unsigned short rowspan; /*@ Rows the child will take */
+            @in ushort col; /*@ The column to place it in */
+            @in ushort row; /*@ The row to place it in */
+            @in ushort colspan; /*@ Columns the child will take */
+            @in ushort rowspan; /*@ Rows the child will take */
          }
       }
       part_text_input_panel_language_set {
@@ -1256,7 +1256,7 @@ class Edje (Evas_Smart_Clipped)
          params {
             @in const(char)* part; /*@ The part name */
             @in Evas_Object *child; /*@ The object to insert */
-            @in unsigned int pos; /*@ The position where to insert child */
+            @in uint pos; /*@ The position where to insert child */
          }
       }
       part_text_anchor_geometry_get {
@@ -1904,8 +1904,8 @@ class Edje (Evas_Smart_Clipped)
          return Evas_Object *;
          params {
             @in const(char)* part; /*@ The part name */
-            @in unsigned int col; /*@ The column of the child to get */
-            @in unsigned int row; /*@ The row of the child to get */
+            @in uint col; /*@ The column of the child to get */
+            @in uint row; /*@ The row of the child to get */
          }
       }
       part_box_insert_before {
index 224e9f8..8335a6e 100644 (file)
@@ -597,7 +597,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          params {
             @in int direction; /*@ The wheel mouse direction. */
             @in int z; /*@ How much mouse wheel was scrolled up or down. */
-            @in unsigned int timestamp; /*@ The timestamp of the mouse up event. */
+            @in uint timestamp; /*@ The timestamp of the mouse up event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -631,7 +631,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in const(char)* key; /*@ The key pressed. */
             @in const(char)* string; /*@ A String */
             @in const(char)* compose; /*@ The compose string */
-            @in unsigned int timestamp; /*@ Timestamp of the mouse up event */
+            @in uint timestamp; /*@ Timestamp of the mouse up event */
             @in const(void)* data; /*@ Data for canvas. */
          }
       }
@@ -715,7 +715,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
 
          params {
             @in int hold; /*@ The hold. */
-            @in unsigned int timestamp; /*@ The timestamp of the mouse up event. */
+            @in uint timestamp; /*@ The timestamp of the mouse up event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -730,7 +730,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          params {
             @in int x; /*@ The horizontal position of the mouse pointer. */
             @in int y; /*@ The vertical position of the mouse pointer. */
-            @in unsigned int timestamp; /*@ The timestamp of the mouse up event. */
+            @in uint timestamp; /*@ The timestamp of the mouse up event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -747,7 +747,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in const(char)* key; /*@ The key released. */
             @in const(char)* string; /*@ string */
             @in const(char)* compose; /*@ compose */
-            @in unsigned int timestamp; /*@ Timestamp of the mouse up event */
+            @in uint timestamp; /*@ Timestamp of the mouse up event */
             @in const(void)* data; /*@ Data for canvas. */
          }
       }
@@ -760,7 +760,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          by the callback function. */
 
          params {
-            @in unsigned int timestamp; /*@ Timestamp of the mouse up event. */
+            @in uint timestamp; /*@ Timestamp of the mouse up event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -777,7 +777,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in double ang;
             @in double fx;
             @in double fy;
-            @in unsigned int timestamp;
+            @in uint timestamp;
             @in const(void)* data;
          }
       }
@@ -823,7 +823,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in double fx;
             @in double fy;
             @in Evas_Button_Flags flags;
-            @in unsigned int timestamp;
+            @in uint timestamp;
             @in const(void)* data;
          }
       }
@@ -841,7 +841,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in double fx;
             @in double fy;
             @in Evas_Button_Flags flags;
-            @in unsigned int timestamp;
+            @in uint timestamp;
             @in const(void)* data;
          }
       }
@@ -891,7 +891,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             the window/surface. */
             @in int y; /*@ The vertical position of the mouse pointer relative to the 0,0 of
             the window/surface. */
-            @in unsigned int timestamp; /*@ The timestamp of the mouse move event. */
+            @in uint timestamp; /*@ The timestamp of the mouse move event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -931,7 +931,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          @see evas_touch_point_list_nth_id_get()
          @see evas_touch_point_list_nth_state_get() */
 
-         return unsigned int;
+         return uint;
       }
       event_input_multi_down {
          /*@ No description supplied by the EAPI. */
@@ -947,7 +947,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in double fx;
             @in double fy;
             @in Evas_Button_Flags flags;
-            @in unsigned int timestamp;
+            @in uint timestamp;
             @in const(void)* data;
          }
       }
@@ -1065,7 +1065,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          params {
             @in int b; /*@ The button number. */
             @in Evas_Button_Flags flags; /*@ evas button flags. */
-            @in unsigned int timestamp; /*@ The timestamp of the mouse up event. */
+            @in uint timestamp; /*@ The timestamp of the mouse up event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -1080,7 +1080,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          params {
             @in int b; /*@ The button number. */
             @in Evas_Button_Flags flags; /*@ The evas button flags. */
-            @in unsigned int timestamp; /*@ The timestamp of the mouse down event. */
+            @in uint timestamp; /*@ The timestamp of the mouse down event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -1183,7 +1183,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
 
          return int;
          params {
-            @in unsigned int n; /*@ The number of the touched point (0 being the first). */
+            @in uint n; /*@ The number of the touched point (0 being the first). */
          }
       }
       font_path_clear {
@@ -1227,7 +1227,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          @see evas_touch_point_list_nth_state_get() */
 
          params {
-            @in unsigned int n; /*@ The number of the touched point (0 being the first). */
+            @in uint n; /*@ The number of the touched point (0 being the first). */
             @out Evas_Coord x; /*@ The pointer to a Evas_Coord to be filled in. */
             @out Evas_Coord y; /*@ The pointer to a Evas_Coord to be filled in. */
          }
@@ -1323,7 +1323,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in double ang;
             @in double fx;
             @in double fy;
-            @in unsigned int timestamp;
+            @in uint timestamp;
             @in const(void)* data;
          }
       }
@@ -1437,7 +1437,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
 
          return Evas_Touch_Point_State;
          params {
-            @in unsigned int n; /*@ The number of the touched point (0 being the first). */
+            @in uint n; /*@ The number of the touched point (0 being the first). */
          }
       }
       focus_in {
@@ -1528,7 +1528,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          by the callback function. */
 
          params {
-            @in unsigned int timestamp; /*@ The timestamp of the mouse up event. */
+            @in uint timestamp; /*@ The timestamp of the mouse up event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -1586,7 +1586,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in double fx;
             @in double fy;
             @in Evas_Button_Flags flags;
-            @in unsigned int timestamp;
+            @in uint timestamp;
             @in const(void)* data;
          }
       }
@@ -1630,7 +1630,7 @@ class Evas (Eo_Base, Evas_Common_Interface)
          mouse cancel event happens. */
 
          params {
-            @in unsigned int timestamp; /*@ The timestamp of the mouse up event. */
+            @in uint timestamp; /*@ The timestamp of the mouse up event. */
             @in const(void)* data; /*@ The data for canvas. */
          }
       }
@@ -1745,9 +1745,9 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in const(char)* key; /*@ The key pressed. */
             @in const(char)* string; /*@ A String */
             @in const(char)* compose; /*@ The compose string */
-            @in unsigned int timestamp; /*@ Timestamp of the mouse up event */
+            @in uint timestamp; /*@ Timestamp of the mouse up event */
             @in const(void)* data; /*@ Data for canvas. */
-            @in unsigned int keycode; /*@ Key scan code numeric value for canvas. */
+            @in uint keycode; /*@ Key scan code numeric value for canvas. */
          }
       }
       event_feed_key_up_with_keycode {
@@ -1765,9 +1765,9 @@ class Evas (Eo_Base, Evas_Common_Interface)
             @in const(char)* key; /*@ The key released. */
             @in const(char)* string; /*@ string */
             @in const(char)* compose; /*@ compose */
-            @in unsigned int timestamp; /*@ Timestamp of the mouse up event */
+            @in uint timestamp; /*@ Timestamp of the mouse up event */
             @in const(void)* data; /*@ Data for canvas. */
-            @in unsigned int keycode; /*@ Key scan code numeric value for canvas. */
+            @in uint keycode; /*@ Key scan code numeric value for canvas. */
          }
       }
    }
index c459c74..923d93a 100644 (file)
@@ -295,7 +295,7 @@ class Evas_3D_Mesh (Evas_3D_Object, Evas_Common_Interface)
            @ingroup Evas_3D_Mesh
           */
          params {
-            @in unsigned int count; /*@ Vertex count.*/
+            @in uint count; /*@ Vertex count.*/
          }
       }
 
index 3305421..04cae39 100644 (file)
@@ -406,7 +406,7 @@ class Evas_Box (Evas_Smart_Clipped)
          legacy null;
          return Evas_Object *;
          params {
-            @in unsigned int pos;
+            @in uint pos;
          }
       }
       remove_at {
@@ -429,7 +429,7 @@ class Evas_Box (Evas_Smart_Clipped)
 
          return Eina_Bool;
          params {
-            @in unsigned int pos; /*@ The numeric position (starting from @c 0) of the child
+            @in uint pos; /*@ The numeric position (starting from @c 0) of the child
             object to be removed */
          }
       }
@@ -462,7 +462,7 @@ class Evas_Box (Evas_Smart_Clipped)
          return Evas_Object_Box_Option *;
          params {
             @in Evas_Object *child;
-            @in unsigned int pos;
+            @in uint pos;
          }
       }
       insert_before {
@@ -611,7 +611,7 @@ class Evas_Box (Evas_Smart_Clipped)
          return Evas_Object_Box_Option *;
          params {
             @in Evas_Object *child @nonull; /*@ A child Evas object to be made a member of @p o */
-            @in unsigned int pos; /*@ The numeric position (starting from @c 0) to place the
+            @in uint pos; /*@ The numeric position (starting from @c 0) to place the
             new child object at */
          }
       }
index 032cdc5..a689cbd 100644 (file)
@@ -398,7 +398,7 @@ class Evas_Image (Evas_Object)
             /*@ Get the video surface capabilities to a given image of the canvas */
          }
          values {
-            unsigned int caps; /*@ in */
+            uint caps; /*@ in */
          }
       }
       load_orientation {
index 2bab743..8ca9ef9 100644 (file)
@@ -193,12 +193,12 @@ class Evas_Object_Smart (Evas_Object, Evas_Signal_Interface)
             @out const(Evas_Smart_Cb_Description)** class_descriptions; /*@ Where to store class callbacks
             descriptions array, if any is known. If no descriptions are
             known, @c NULL is returned */
-            @out unsigned int class_count; /*@ Returns how many class callbacks descriptions
+            @out uint class_count; /*@ Returns how many class callbacks descriptions
             are known. */
             @out const(Evas_Smart_Cb_Description)** instance_descriptions; /*@ Where to store instance callbacks
             descriptions array, if any is known. If no descriptions are
             known, @c NULL is returned. */
-            @out unsigned int instance_count; /*@ Returns how many instance callbacks
+            @out uint instance_count; /*@ Returns how many instance callbacks
             descriptions are known. */
          }
       }
index dd5dc4f..183e535 100644 (file)
@@ -141,8 +141,8 @@ class Evas_Table (Evas_Smart_Clipped)
             @note This does not take into account col/row spanning*/
          }
          keys {
-            unsigned short col;
-            unsigned short row;
+            ushort col;
+            ushort row;
          }
          values {
             Evas_Object *child;
@@ -195,10 +195,10 @@ class Evas_Table (Evas_Smart_Clipped)
          return Eina_Bool;
          params {
             @in Evas_Object *child; /*@ The child object to add. */
-            @out unsigned short col; /*@ pointer to store relative-horizontal position to place child. */
-            @out unsigned short row; /*@ pointer to store relative-vertical position to place child. */
-            @out unsigned short colspan; /*@ pointer to store how many relative-horizontal position to use for this child. */
-            @out unsigned short rowspan; /*@ pointer to store how many relative-vertical position to use for this child. */
+            @out ushort col; /*@ pointer to store relative-horizontal position to place child. */
+            @out ushort row; /*@ pointer to store relative-vertical position to place child. */
+            @out ushort colspan; /*@ pointer to store how many relative-horizontal position to use for this child. */
+            @out ushort rowspan; /*@ pointer to store how many relative-vertical position to use for this child. */
          }
       }
       pack {
@@ -216,10 +216,10 @@ class Evas_Table (Evas_Smart_Clipped)
          return Eina_Bool;
          params {
             @in Evas_Object *child @nonull; /*@ The child object to add. */
-            @in unsigned short col; /*@ relative-horizontal position to place child. */
-            @in unsigned short row; /*@ relative-vertical position to place child. */
-            @in unsigned short colspan; /*@ how many relative-horizontal position to use for this child. */
-            @in unsigned short rowspan; /*@ how many relative-vertical position to use for this child. */
+            @in ushort col; /*@ relative-horizontal position to place child. */
+            @in ushort row; /*@ relative-vertical position to place child. */
+            @in ushort colspan; /*@ how many relative-horizontal position to use for this child. */
+            @in ushort rowspan; /*@ how many relative-vertical position to use for this child. */
          }
       }
       unpack {