efl: Add missing docs to parameters.

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8422
This commit is contained in:
Lauro Moura 2019-03-20 14:12:35 +01:00 committed by Xavi Artigas
parent 37c703437a
commit efb05a3ac8
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ interface @beta Efl.Text_Markup_Interactive extends Efl.Text_Cursor {
this text of a given range]]
}
keys {
start: ptr(Efl.Text_Cursor_Cursor);
end: ptr(Efl.Text_Cursor_Cursor);
start: ptr(Efl.Text_Cursor_Cursor); [[Start of the markup region]]
end: ptr(Efl.Text_Cursor_Cursor); [[End of markup region]]
}
}
cursor_markup_insert {

View File

@ -5,7 +5,7 @@ function @beta Efl.Dnd.Drag_Icon_Create {
params {
@in win: Efl.Canvas.Object; [[The window to create the objects relative to]]
@in drag_obj: Efl.Canvas.Object; [[The drag object]]
@out off: Eina.Position2D;
@out off: Eina.Position2D; [[Offset from the icon position to the cursor]]
}
return: Efl.Canvas.Object; [[The drag icon object]]
};

View File

@ -9,7 +9,7 @@ mixin @beta Efl.Ui.Selection {
params {
@in type: Efl.Ui.Selection_Type; [[Selection Type]]
@in format: Efl.Ui.Selection_Format; [[Selection Format]]
@in data: Eina.Slice;
@in data: Eina.Slice; [[Selection data]]
@in seat: uint;[[Specified seat for multiple seats case.]]
}
return: future<void>; [[Future for tracking when the selection is lost]]