summaryrefslogtreecommitdiff
path: root/src/lib/edje/efl_layout_calc.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/edje/efl_layout_calc.eo')
-rw-r--r--src/lib/edje/efl_layout_calc.eo5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/edje/efl_layout_calc.eo b/src/lib/edje/efl_layout_calc.eo
index 77852fefff..018cd7e197 100644
--- a/src/lib/edje/efl_layout_calc.eo
+++ b/src/lib/edje/efl_layout_calc.eo
@@ -108,8 +108,9 @@ interface Efl.Layout.Calc
}
}
events {
- recalc; [[The layout was recalculated.]]
- circular,dependency; [[A circular dependency between parts of the
+ recalc: void; [[The layout was recalculated.]]
+ /* FIXME: The actual type is list<string> but the C# bindings do not support that yet */
+ circular,dependency: void; [[A circular dependency between parts of the
object was found.]]
}
}