ector: fix the return type of ector_renderer_bounds_get.

This commit is contained in:
Cedric BAIL 2015-04-03 16:34:29 +02:00
parent 30e2b8398e
commit 7bca6c00f4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ abstract Ector.Renderer.Generic.Base (Eo.Base)
bounds_get {
return: bool @warn_unused;
params {
@out Eina_Rectangle *r;
@out Eina_Rectangle r;
}
}
draw {