Efl image: Add ratio property.

This commit is contained in:
Tom Hacohen 2014-08-06 12:24:41 +01:00
parent aff1c8832c
commit ee5be295d0
1 changed files with 10 additions and 0 deletions

View File

@ -52,5 +52,15 @@ interface Efl.Image {
bool smooth_scale; /*@ Whether to use smooth scale or not. */
}
}
ratio {
get {
/*@
The native ration of the image object
*/
}
values {
double ratio; /*@ The image's ratio */
}
}
}
}