efl_file: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 16:49:39 +01:00
parent 6e0e4a8fe5
commit 6369ccb1d8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ interface Efl.File {
@since 1.10]]
}
values {
f: const(Eina.File)*; [[The handler to an Eina_File that will be used as image source]]
f: ptr(const(Eina.File)); [[The handler to an Eina_File that will be used as image source]]
key: string @optional; [[The group that the image belongs to, in case
it's an EET(including Edje case) file. This can be used
as a key inside evas image cache if this is a normal image