File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 97509750 "returnType" : " char *" ,
97519751 "params" : [
97529752 {
9753- "type" : " char **" ,
9753+ "type" : " const char **" ,
97549754 "name" : " textList"
97559755 },
97569756 {
Original file line number Diff line number Diff line change @@ -6932,7 +6932,7 @@ return {
69326932 description = " Join text strings with delimiter" ,
69336933 returnType = " char *" ,
69346934 params = {
6935- {type = " char **" , name = " textList" },
6935+ {type = " const char **" , name = " textList" },
69366936 {type = " int" , name = " count" },
69376937 {type = " const char *" , name = " delimiter" }
69386938 }
Original file line number Diff line number Diff line change @@ -3733,7 +3733,7 @@ Function 434: TextJoin() (3 input parameters)
37333733 Name: TextJoin
37343734 Return type: char *
37353735 Description: Join text strings with delimiter
3736- Param[1]: textList (type: char **)
3736+ Param[1]: textList (type: const char **)
37373737 Param[2]: count (type: int)
37383738 Param[3]: delimiter (type: const char *)
37393739Function 435: TextSplit() (3 input parameters)
Original file line number Diff line number Diff line change 24732473 <Param type =" int" name =" position" desc =" " />
24742474 </Function >
24752475 <Function name =" TextJoin" retType =" char *" paramCount =" 3" desc =" Join text strings with delimiter" >
2476- <Param type =" char **" name =" textList" desc =" " />
2476+ <Param type =" const char **" name =" textList" desc =" " />
24772477 <Param type =" int" name =" count" desc =" " />
24782478 <Param type =" const char *" name =" delimiter" desc =" " />
24792479 </Function >
You can’t perform that action at this time.
0 commit comments