mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-05 01:16:28 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -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="" />
|
||||
|
Reference in New Issue
Block a user