whitespace

This commit is contained in:
Xavi Artigas 2019-12-27 11:45:35 +01:00
parent 858caa21b0
commit 595a066a64
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ interface @beta Efl.Ui.Position_Manager.Entity extends Efl.Ui.Layout_Orientable
params {
current_id : uint; [[The id where the direction is oriented at]]
direction : Efl.Ui.Focus.Direction; [[The direction where the new id is]]
@out index: uint; [[The relative item index after the translation has been applied.]]
@out index: uint; [[The relative item index after the translation has been applied.]]
}
return : bool; [[$true if there is a next item, $false otherwise.]]
}