summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_gfx_path.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_gfx_path.eo')
-rw-r--r--src/lib/efl/interfaces/efl_gfx_path.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo
index b36bf090dd..730ec8ba91 100644
--- a/src/lib/efl/interfaces/efl_gfx_path.eo
+++ b/src/lib/efl/interfaces/efl_gfx_path.eo
@@ -18,7 +18,7 @@ mixin Efl.Gfx.Path
get {
}
values {
- op: ptr(const(Efl.Gfx.Path.Command_Type)); [[Command list]]
+ op: ptr(const(Efl.Gfx.Path_Command_Type)); [[Command list]]
points: ptr(const(double)); [[Point list]]
}
}
@@ -59,7 +59,7 @@ mixin Efl.Gfx.Path
@in dup_from: const(Efl.Object); [[Shape object from where data will be copied.]]
}
}
- bounds_get {
+ bounds_get @const {
[[Compute and return the bounding box of the currently set path
@since 1.18
@@ -284,6 +284,6 @@ mixin Efl.Gfx.Path
}
}
events {
- changed: Efl.Gfx.Path.Change_Event; [[Graphics path was changed.]]
+ changed: Efl.Gfx.Path_Change_Event; [[Graphics path was changed.]]
}
}