Efl_file: add more information into the documentation

This commit is contained in:
Ji-Youn Park 2016-03-22 21:03:55 +08:30
parent 2ba92c07e9
commit fa9bdaa196
1 changed files with 6 additions and 4 deletions

View File

@ -14,7 +14,7 @@ interface Efl.File {
@since 1.8]]
return: bool;
return: bool; [[$true = success, $false = error]]
}
get {
[[Get the source mmaped file from where an image object must fetch the real
@ -27,9 +27,11 @@ interface Efl.File {
@since 1.10]]
}
values {
f: const(Eina.File)*; [[The mmaped file]]
key: const(char)*; [[The image key in $file (if its an Eet one), or
$null, otherwise.]]
f: const(Eina.File)*; [[The handler to an Eina_File that will be used as image source]]
key: const(char)* @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
file not eet file.]]
}
}
@property file {