docs: edje: fill last gaps in edje eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-23 13:30:47 +01:00
parent 9b0bc5e029
commit 6e86415b13
2 changed files with 2 additions and 1 deletions

View File

@ -1719,7 +1719,7 @@ class Edje.Object (Efl.Canvas.Group.Clipped, Efl.File, Efl.Container, Efl.Part,
[[Get the specific data of the current active input panel.
@since 1.2.0]]
return: void;
return: void; [[FIXME: void needed here?]]
keys {
part: string; [[The part name]]
data: void_ptr; [[The specific data to be set to the input panel.]]

View File

@ -4,6 +4,7 @@ interface Efl.Canvas.Layout_Internal ()
eo_prefix: _edje;
methods {
@property real_part @protected {
[[Real part property]]
set {}
values {
ed: void_ptr; [[Edje object]]