efl_ui_format: change Eina.Strbug to @in type

This commit is contained in:
Amitesh Singh 2017-10-17 14:03:36 +09:00
parent 329dcfccd7
commit 2d477f5672
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import eina_types;
function Efl.Ui.Format_Func_Cb {
[[Function pointer for format function hook]]
params {
@out str: Eina.Strbuf; [[the formated string to be appended by user.]]
@in str: ptr(Eina.Strbuf); [[the formated string to be appended by user.]]
@in value: const(any_value); [[The Eina.Value passed by $obj.]]
}
};