Explorar el Código

Update raylib_api.* by CI

master
github-actions[bot] hace 2 días
padre
commit
8d9c1cecb7
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
  1. +1
    -1
      parser/output/raylib_api.json
  2. +1
    -1
      parser/output/raylib_api.lua
  3. +1
    -1
      parser/output/raylib_api.txt
  4. +1
    -1
      parser/output/raylib_api.xml

+ 1
- 1
parser/output/raylib_api.json Ver fichero

@ -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": [
{

+ 1
- 1
parser/output/raylib_api.lua Ver fichero

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

+ 1
- 1
parser/output/raylib_api.txt Ver fichero

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

+ 1
- 1
parser/output/raylib_api.xml Ver fichero

@ -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="" />

Cargando…
Cancelar
Guardar