docs: Use Eina.Value references en efl_ui_format docs

This commit is contained in:
Xavi Artigas 2019-03-29 14:08:22 +01:00
parent 1a5dde0b47
commit fe3879472d
1 changed files with 1 additions and 1 deletions

View File

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