From 826ca42d8362412fe238c2ea14577b2cfa7a175e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 27 Apr 2026 09:36:49 +0000
Subject: [PATCH] rlparser: update raylib_api.* by CI
---
tools/rlparser/output/raylib_api.json | 10 +++++-----
tools/rlparser/output/raylib_api.lua | 10 +++++-----
tools/rlparser/output/raylib_api.txt | 10 +++++-----
tools/rlparser/output/raylib_api.xml | 10 +++++-----
4 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/tools/rlparser/output/raylib_api.json b/tools/rlparser/output/raylib_api.json
index 7bb3ca5a3..b2e66650f 100644
--- a/tools/rlparser/output/raylib_api.json
+++ b/tools/rlparser/output/raylib_api.json
@@ -4316,7 +4316,7 @@
"name": "fileName"
},
{
- "type": "void *",
+ "type": "const void *",
"name": "data"
},
{
@@ -4853,7 +4853,7 @@
"returnType": "unsigned int",
"params": [
{
- "type": "unsigned char *",
+ "type": "const unsigned char *",
"name": "data"
},
{
@@ -4868,7 +4868,7 @@
"returnType": "unsigned int *",
"params": [
{
- "type": "unsigned char *",
+ "type": "const unsigned char *",
"name": "data"
},
{
@@ -4883,7 +4883,7 @@
"returnType": "unsigned int *",
"params": [
{
- "type": "unsigned char *",
+ "type": "const unsigned char *",
"name": "data"
},
{
@@ -4898,7 +4898,7 @@
"returnType": "unsigned int *",
"params": [
{
- "type": "unsigned char *",
+ "type": "const unsigned char *",
"name": "data"
},
{
diff --git a/tools/rlparser/output/raylib_api.lua b/tools/rlparser/output/raylib_api.lua
index 7a6bb8b06..45059c0b2 100644
--- a/tools/rlparser/output/raylib_api.lua
+++ b/tools/rlparser/output/raylib_api.lua
@@ -3949,7 +3949,7 @@ return {
returnType = "bool",
params = {
{type = "const char *", name = "fileName"},
- {type = "void *", name = "data"},
+ {type = "const void *", name = "data"},
{type = "int", name = "dataSize"}
}
},
@@ -4303,7 +4303,7 @@ return {
description = "Compute CRC32 hash code",
returnType = "unsigned int",
params = {
- {type = "unsigned char *", name = "data"},
+ {type = "const unsigned char *", name = "data"},
{type = "int", name = "dataSize"}
}
},
@@ -4312,7 +4312,7 @@ return {
description = "Compute MD5 hash code, returns static int[4] (16 bytes)",
returnType = "unsigned int *",
params = {
- {type = "unsigned char *", name = "data"},
+ {type = "const unsigned char *", name = "data"},
{type = "int", name = "dataSize"}
}
},
@@ -4321,7 +4321,7 @@ return {
description = "Compute SHA1 hash code, returns static int[5] (20 bytes)",
returnType = "unsigned int *",
params = {
- {type = "unsigned char *", name = "data"},
+ {type = "const unsigned char *", name = "data"},
{type = "int", name = "dataSize"}
}
},
@@ -4330,7 +4330,7 @@ return {
description = "Compute SHA256 hash code, returns static int[8] (32 bytes)",
returnType = "unsigned int *",
params = {
- {type = "unsigned char *", name = "data"},
+ {type = "const unsigned char *", name = "data"},
{type = "int", name = "dataSize"}
}
},
diff --git a/tools/rlparser/output/raylib_api.txt b/tools/rlparser/output/raylib_api.txt
index 7df03e619..36f184a13 100644
--- a/tools/rlparser/output/raylib_api.txt
+++ b/tools/rlparser/output/raylib_api.txt
@@ -1619,7 +1619,7 @@ Function 115: SaveFileData() (3 input parameters)
Return type: bool
Description: Save data to file from byte array (write), returns true on success
Param[1]: fileName (type: const char *)
- Param[2]: data (type: void *)
+ Param[2]: data (type: const void *)
Param[3]: dataSize (type: int)
Function 116: ExportDataAsCode() (3 input parameters)
Name: ExportDataAsCode
@@ -1856,25 +1856,25 @@ Function 158: ComputeCRC32() (2 input parameters)
Name: ComputeCRC32
Return type: unsigned int
Description: Compute CRC32 hash code
- Param[1]: data (type: unsigned char *)
+ Param[1]: data (type: const unsigned char *)
Param[2]: dataSize (type: int)
Function 159: ComputeMD5() (2 input parameters)
Name: ComputeMD5
Return type: unsigned int *
Description: Compute MD5 hash code, returns static int[4] (16 bytes)
- Param[1]: data (type: unsigned char *)
+ Param[1]: data (type: const unsigned char *)
Param[2]: dataSize (type: int)
Function 160: ComputeSHA1() (2 input parameters)
Name: ComputeSHA1
Return type: unsigned int *
Description: Compute SHA1 hash code, returns static int[5] (20 bytes)
- Param[1]: data (type: unsigned char *)
+ Param[1]: data (type: const unsigned char *)
Param[2]: dataSize (type: int)
Function 161: ComputeSHA256() (2 input parameters)
Name: ComputeSHA256
Return type: unsigned int *
Description: Compute SHA256 hash code, returns static int[8] (32 bytes)
- Param[1]: data (type: unsigned char *)
+ Param[1]: data (type: const unsigned char *)
Param[2]: dataSize (type: int)
Function 162: LoadAutomationEventList() (1 input parameters)
Name: LoadAutomationEventList
diff --git a/tools/rlparser/output/raylib_api.xml b/tools/rlparser/output/raylib_api.xml
index 91cfe8451..8f65730c0 100644
--- a/tools/rlparser/output/raylib_api.xml
+++ b/tools/rlparser/output/raylib_api.xml
@@ -1021,7 +1021,7 @@
-
+
@@ -1168,19 +1168,19 @@
-
+
-
+
-
+
-
+