efl cmdline use simpler stringshare type to not be redundant

This commit is contained in:
Carsten Haitzler 2019-02-15 19:52:50 +00:00
parent 8952c05ddd
commit a81a85f9dd
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> @owned; [[An array where every array field is an argument]]
array : array<stringshare @owned> @owned; [[An array where every array field is an argument]]
}
}
@property command_string {