Evas ector buffer: Fix Eolian warnings.

This includes either migrating types to eolian, fixing namespace or
importing extra types.
This commit is contained in:
Tom Hacohen 2016-02-16 09:48:22 +00:00
parent d9d3acc45a
commit 9c44e1c2dd
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
/* Note: only for internal C API */
import evas_canvas;
interface Evas.Ector.Buffer
{
legacy_prefix: null;
@ -8,7 +10,7 @@ interface Evas.Ector.Buffer
get {}
set { [[This Buffer will hold a reference to the evas image struct.]] }
values {
evas: Evas *; [[The current Evas.]]
evas: Evas.Canvas *; [[The current Evas.]]
image: void *; [[The engine-specific image struct.]]
}
}