Update raylib_api.* by CI
This commit is contained in:
parent
afb52b19a4
commit
8d9c1cecb7
4 changed files with 4 additions and 4 deletions
|
@ -4684,7 +4684,7 @@
|
|||
},
|
||||
{
|
||||
"name": "EncodeDataBase64",
|
||||
"description": "Encode data to Base64 string, memory must be MemFree()",
|
||||
"description": "Encode data to Base64 string (includes NULL terminator), memory must be MemFree()",
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
|
|
|
@ -4198,7 +4198,7 @@ return {
|
|||
},
|
||||
{
|
||||
name = "EncodeDataBase64",
|
||||
description = "Encode data to Base64 string, memory must be MemFree()",
|
||||
description = "Encode data to Base64 string (includes NULL terminator), memory must be MemFree()",
|
||||
returnType = "char *",
|
||||
params = {
|
||||
{type = "const unsigned char *", name = "data"},
|
||||
|
|
|
@ -1787,7 +1787,7 @@ Function 147: DecompressData() (3 input parameters)
|
|||
Function 148: EncodeDataBase64() (3 input parameters)
|
||||
Name: EncodeDataBase64
|
||||
Return type: char *
|
||||
Description: Encode data to Base64 string, memory must be MemFree()
|
||||
Description: Encode data to Base64 string (includes NULL terminator), memory must be MemFree()
|
||||
Param[1]: data (type: const unsigned char *)
|
||||
Param[2]: dataSize (type: int)
|
||||
Param[3]: outputSize (type: int *)
|
||||
|
|
|
@ -1123,7 +1123,7 @@
|
|||
<Param type="int" name="compDataSize" desc="" />
|
||||
<Param type="int *" name="dataSize" desc="" />
|
||||
</Function>
|
||||
<Function name="EncodeDataBase64" retType="char *" paramCount="3" desc="Encode data to Base64 string, memory must be MemFree()">
|
||||
<Function name="EncodeDataBase64" retType="char *" paramCount="3" desc="Encode data to Base64 string (includes NULL terminator), memory must be MemFree()">
|
||||
<Param type="const unsigned char *" name="data" desc="" />
|
||||
<Param type="int" name="dataSize" desc="" />
|
||||
<Param type="int *" name="outputSize" desc="" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue