Edje object: Fix more Eolian warnings.

This commit is contained in:
Tom Hacohen 2015-06-01 14:51:59 +01:00
parent a6fbe7b6a5
commit 6190f3cb46
3 changed files with 4 additions and 3 deletions

View 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 {

View 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 */

View 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()