efl commandline - make strings also owned as well as array

this seems like it should be the right one. i don't have sample tests
etc.  to run - the mono suite succeeds... so...
This commit is contained in:
Carsten Haitzler 2019-02-15 12:27:21 +00:00
parent a4def9d276
commit 8eb06f71e4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ mixin @beta Efl.Core.Command_Line {
return : bool; [[On success $true, $false otherwise]]
}
values {
array : array<const(stringshare)> @owned; [[An array where every array field is an argument]]
array : array<const(stringshare) @owned> @owned; [[An array where every array field is an argument]]
}
}
@property command_string {