summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2015-06-01 11:06:48 +0100
committerTom Hacohen <tom@stosb.com>2015-06-01 11:06:48 +0100
commit9eef6deea91a6b945daa6c91c556200a57ba8f30 (patch)
tree1695e086e72793d41b628dd9afd8472da3f256d0 /src/lib
parent5a64c11bdef38f7b47107077d5631b79d14ec218 (diff)
downloadefl-9eef6deea91a6b945daa6c91c556200a57ba8f30.tar.gz
Evas polygon: Migrate types to .eo files.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/evas/canvas/evas_polygon.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/canvas/evas_polygon.eo b/src/lib/evas/canvas/evas_polygon.eo
index 92b9aca671..07b8956e9f 100644
--- a/src/lib/evas/canvas/evas_polygon.eo
+++ b/src/lib/evas/canvas/evas_polygon.eo
@@ -8,8 +8,8 @@ class Evas.Polygon (Evas.Object)
Adds the given point to the given evas polygon object.
@ingroup Evas_Polygon_Group */
params {
- @in x: Evas_Coord; /*@ The X coordinate of the given point. */
- @in y: Evas_Coord; /*@ The Y coordinate of the given point. */
+ @in x: Evas.Coord; /*@ The X coordinate of the given point. */
+ @in y: Evas.Coord; /*@ The Y coordinate of the given point. */
}
}
points_clear {