diff CodeAnalysis/CustomFunctions.json @ 183:d31f216c9462 java-code-model

extracted custom functions/methods
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 14:52:20 +0200
parents
children 30ed49f2487f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CodeAnalysis/CustomFunctions.json	Tue Jul 02 14:52:20 2024 +0200
@@ -0,0 +1,20 @@
+[
+  {
+    "c_function" : "OrthancPluginCreateMemoryBuffer",
+    "args" : [
+      {
+        "name" : "arg0",
+        "sdk_name" : "size",
+        "sdk_type" : "uint32_t"
+      }
+    ],
+    "documentation" : {
+      "args" : {
+        "size" : "Size of the memory buffer to be created"
+      },
+      "return" : "The newly allocated memory buffer",
+      "description" : [ "Create a new memory buffer managed by the Orthanc core" ]
+    },
+    "return_sdk_type" : "OrthancPluginMemoryBuffer *"
+  }
+]