summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-02-15 12:27:21 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-02-15 12:27:21 +0000
commit8eb06f71e487e88d091c855ee3dd2cff1fd9e7fb (patch)
tree088be5252d02f4393438b62ce9327caf7d05e63e
parenta4def9d276cb4145886c02ca655e4e18a337cfcf (diff)
downloadefl-8eb06f71e487e88d091c855ee3dd2cff1fd9e7fb.tar.gz
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...
-rw-r--r--src/lib/ecore/efl_core_command_line.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/efl_core_command_line.eo b/src/lib/ecore/efl_core_command_line.eo
index 25b7c88b6e..7842949d96 100644
--- a/src/lib/ecore/efl_core_command_line.eo
+++ b/src/lib/ecore/efl_core_command_line.eo
@@ -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 {