efl_model: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 16:51:09 +01:00
parent 3b2fdfcc60
commit 73ceac1f6c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ interface Efl.Model ()
]]
params {
@in property: string; [[Property name]]
@in value: const(generic_value)*; [[New value]]
@in value: ptr(const(generic_value)); [[New value]]
}
return: future<generic_value>; [[Future returning the recorded value or error]]
}