efl/src/lib/eo/eina_types.eot

9 lines
196 B
Plaintext
Raw Normal View History

/* FIXME: Move to Eina when we decide they are handled properly. */
type @extern Eina_Stringshare: const(char) *;
struct @extern Eina_Rectangle {
x: int;
y: int;
w: int;
h: int;
}