Skip to content

Commit dc6fe1a

Browse files
Update raylib_api.* by CI
1 parent 7c1b8e9 commit dc6fe1a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/parser/output/raylib_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9750,7 +9750,7 @@
97509750
"returnType": "char *",
97519751
"params": [
97529752
{
9753-
"type": "char **",
9753+
"type": "const char **",
97549754
"name": "textList"
97559755
},
97569756
{

tools/parser/output/raylib_api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

tools/parser/output/raylib_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 *)
37393739
Function 435: TextSplit() (3 input parameters)

tools/parser/output/raylib_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@
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>

0 commit comments

Comments
 (0)