efl/src/lib/evas/canvas/evas_common_interface.eo

16 lines
321 B
Plaintext

interface Evas.Common_Interface ()
{
eo_prefix: evas_common;
methods {
@property evas {
get {
legacy: evas_object_evas_get;
}
values {
/* FIXME: This is actually wrong, should return Evas. */
ret: Evas.Common_Interface;
}
}
}
}