Browse Source

Update raylib_api.* by CI

github-actions[bot] 10 months ago
parent
commit
c6d67f006d
4 changed files with 172 additions and 138 deletions
  1. 15 0
      parser/output/raylib_api.json
  2. 9 0
      parser/output/raylib_api.lua
  3. 143 137
      parser/output/raylib_api.txt
  4. 5 1
      parser/output/raylib_api.xml

+ 15 - 0
parser/output/raylib_api.json

@@ -4721,6 +4721,21 @@
         }
       ]
     },
+    {
+      "name": "ComputeSHA1",
+      "description": "Compute SHA1 hash code, returns static int[5] (20 bytes)",
+      "returnType": "unsigned int *",
+      "params": [
+        {
+          "type": "unsigned char *",
+          "name": "data"
+        },
+        {
+          "type": "int",
+          "name": "dataSize"
+        }
+      ]
+    },
     {
       "name": "LoadAutomationEventList",
       "description": "Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTS",

+ 9 - 0
parser/output/raylib_api.lua

@@ -4208,6 +4208,15 @@ return {
         {type = "int", name = "dataSize"}
       }
     },
+    {
+      name = "ComputeSHA1",
+      description = "Compute SHA1 hash code, returns static int[5] (20 bytes)",
+      returnType = "unsigned int *",
+      params = {
+        {type = "unsigned char *", name = "data"},
+        {type = "int", name = "dataSize"}
+      }
+    },
     {
       name = "LoadAutomationEventList",
       description = "Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTS",

File diff suppressed because it is too large
+ 143 - 137
parser/output/raylib_api.txt


+ 5 - 1
parser/output/raylib_api.xml

@@ -675,7 +675,7 @@
             <Param type="unsigned int" name="frames" desc="" />
         </Callback>
     </Callbacks>
-    <Functions count="579">
+    <Functions count="580">
         <Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
             <Param type="int" name="width" desc="" />
             <Param type="int" name="height" desc="" />
@@ -1134,6 +1134,10 @@
             <Param type="unsigned char *" name="data" desc="" />
             <Param type="int" name="dataSize" desc="" />
         </Function>
+        <Function name="ComputeSHA1" retType="unsigned int *" paramCount="2" desc="Compute SHA1 hash code, returns static int[5] (20 bytes)">
+            <Param type="unsigned char *" name="data" desc="" />
+            <Param type="int" name="dataSize" desc="" />
+        </Function>
         <Function name="LoadAutomationEventList" retType="AutomationEventList" paramCount="1" desc="Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTS">
             <Param type="const char *" name="fileName" desc="" />
         </Function>

Some files were not shown because too many files changed in this diff