Update raylib_api.* by CI
This commit is contained in:
parent
aa684a33de
commit
4a1e9931a6
4 changed files with 4 additions and 4 deletions
|
@ -3139,7 +3139,7 @@
|
|||
"name": "fileName"
|
||||
},
|
||||
{
|
||||
"type": "char *",
|
||||
"type": "const char *",
|
||||
"name": "text"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -3108,7 +3108,7 @@ return {
|
|||
returnType = "bool",
|
||||
params = {
|
||||
{type = "const char *", name = "fileName"},
|
||||
{type = "char *", name = "text"}
|
||||
{type = "const char *", name = "text"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -985,7 +985,7 @@ Callback 005: SaveFileTextCallback() (2 input parameters)
|
|||
Return type: bool
|
||||
Description: FileIO: Save text data
|
||||
Param[1]: fileName (type: const char *)
|
||||
Param[2]: text (type: char *)
|
||||
Param[2]: text (type: const char *)
|
||||
Callback 006: AudioCallback() (2 input parameters)
|
||||
Name: AudioCallback
|
||||
Return type: void
|
||||
|
|
|
@ -672,7 +672,7 @@
|
|||
</Callback>
|
||||
<Callback name="SaveFileTextCallback" retType="bool" paramCount="2" desc="FileIO: Save text data">
|
||||
<Param type="const char *" name="fileName" desc="" />
|
||||
<Param type="char *" name="text" desc="" />
|
||||
<Param type="const char *" name="text" desc="" />
|
||||
</Callback>
|
||||
<Callback name="AudioCallback" retType="void" paramCount="2" desc="">
|
||||
<Param type="void *" name="bufferData" desc="" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue