comparison 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
comparison
equal deleted inserted replaced
182:20b004998fc2 183:d31f216c9462
1 [
2 {
3 "c_function" : "OrthancPluginCreateMemoryBuffer",
4 "args" : [
5 {
6 "name" : "arg0",
7 "sdk_name" : "size",
8 "sdk_type" : "uint32_t"
9 }
10 ],
11 "documentation" : {
12 "args" : {
13 "size" : "Size of the memory buffer to be created"
14 },
15 "return" : "The newly allocated memory buffer",
16 "description" : [ "Create a new memory buffer managed by the Orthanc core" ]
17 },
18 "return_sdk_type" : "OrthancPluginMemoryBuffer *"
19 }
20 ]