/* Note: only for internal C API */ import evas_canvas; interface Evas.Ector.Buffer { [[Evas ector buffer interface]] methods { @property engine_image { [[Engine image property]] get {} set { [[This Buffer will hold a reference to the evas image struct.]] } values { evas: Evas.Canvas; [[The current Evas.]] image: void_ptr; [[The engine-specific image struct.]] } } } }