eo: adjust direction of parameters

They are OUT params in real

Side note: the doc for this function miss the x parameter in the generated .eo.h file
...if someone want to look at the doc generation code.
This commit is contained in:
Davide Andreoli 2016-04-13 20:12:18 +02:00
parent 35dd5b5cab
commit c23a61a49c
1 changed files with 4 additions and 4 deletions

View File

@ -520,10 +520,10 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte
focus_highlight_geometry_get @const {
[[Get the focus highlight geometry of widget.]]
params {
@in x: Evas.Coord *;
@in y: Evas.Coord *;
@in w: Evas.Coord *;
@in h: Evas.Coord *;
@out x: Evas.Coord;
@out y: Evas.Coord;
@out w: Evas.Coord;
@out h: Evas.Coord;
}
}
activate {