Procházet zdrojové kódy

Update raylib_api.* by CI

github-actions[bot] před 6 měsíci
rodič
revize
43db59d1aa

+ 1 - 1
parser/output/raylib_api.json

@@ -9678,7 +9678,7 @@
       "returnType": "char *",
       "params": [
         {
-          "type": "const char **",
+          "type": "char **",
           "name": "textList"
         },
         {

+ 1 - 1
parser/output/raylib_api.lua

@@ -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"}
       }

+ 1 - 1
parser/output/raylib_api.txt

@@ -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)

+ 1 - 1
parser/output/raylib_api.xml

@@ -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>