Skip to content

Commit

Permalink
Update raylib_api.* by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2025
1 parent e227371 commit 43db59d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parser/output/raylib_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -9678,7 +9678,7 @@
"returnType": "char *",
"params": [
{
"type": "const char **",
"type": "char **",
"name": "textList"
},
{
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6893,7 +6893,7 @@ return {
description = "Join text strings with delimiter",
returnType = "char *",
params = {
{type = "const char **", name = "textList"},
{type = "char **", name = "textList"},
{type = "int", name = "count"},
{type = "const char *", name = "delimiter"}
}
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3706,7 +3706,7 @@ Function 430: TextJoin() (3 input parameters)
Name: TextJoin
Return type: char *
Description: Join text strings with delimiter
Param[1]: textList (type: const char **)
Param[1]: textList (type: char **)
Param[2]: count (type: int)
Param[3]: delimiter (type: const char *)
Function 431: TextSplit() (3 input parameters)
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,7 @@
<Param type="int" name="position" desc="" />
</Function>
<Function name="TextJoin" retType="char *" paramCount="3" desc="Join text strings with delimiter">
<Param type="const char **" name="textList" desc="" />
<Param type="char **" name="textList" desc="" />
<Param type="int" name="count" desc="" />
<Param type="const char *" name="delimiter" desc="" />
</Function>
Expand Down

0 comments on commit 43db59d

Please sign in to comment.