Edje object: Fix more Eolian warnings.
authorTom Hacohen <tom@stosb.com>
Mon, 1 Jun 2015 13:51:59 +0000 (14:51 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 3 Jun 2015 10:30:41 +0000 (11:30 +0100)
src/lib/edje/edje_object.eo
src/lib/evas/Evas_Common.h
src/lib/evas/canvas/evas_types.eot

index 3f76887..5eecbe4 100644 (file)
@@ -250,7 +250,7 @@ class Edje.Object (Evas.Smart_Clipped, Efl.File)
          values {
             text_class: const(char)*; /*@ The text class name */
             font: const(char)*; /*@ Font name */
-            size: Evas_Font_Size; /*@ Font Size */
+            size: Evas.Font.Size; /*@ Font Size */
          }
       }
       @property part_text_cursor_coord {
@@ -2071,7 +2071,7 @@ class Edje.Object (Evas.Smart_Clipped, Efl.File)
          params {
             @in text_class: const(char)*; /*@ The text class name */
             @out font: const(char)*; /*@ Font name */
-            @out size: Evas_Font_Size; /*@ Font Size */
+            @out size: Evas.Font.Size; /*@ Font Size */
          }
       }
       color_class_set {
index 8c538ea..312c74e 100644 (file)
@@ -299,7 +299,6 @@ typedef struct _Evas_Native_Surface Evas_Native_Surface; /**< A generic datatype
  */
 typedef struct _Evas_Video_Surface Evas_Video_Surface;
 
-typedef int                        Evas_Font_Size; /**< A type for font size */
 typedef int                        Evas_Angle; /**< A type for angle */
 
 struct _Evas_Coord_Rectangle /** A rectangle in Evas_Coord */
index fd64978..3e83a0b 100644 (file)
@@ -97,6 +97,8 @@ enum Evas.Text_Style_Type {
    shadow_direction_right = (0x7 << 4)             /**< shadow growing to the right */
 }
 
+type Evas.Font.Size: int; /**< A type for font size */
+
 struct Evas.Map; /*@ An opaque handle to map points
                   *
                   * @see evas_map_new()