comparison Sources/Autogenerated/sdk_GlobalFunctions.impl.h @ 195:d7a6e75558ee java-code-model

documented orthanc.RegisterOnChangeCallback()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 18:56:28 +0200
parents b0f096d2339e
children cf15599a1608
comparison
equal deleted inserted replaced
194:0c5da632f34d 195:d7a6e75558ee
21 21
22 // WARNING: Auto-generated file. Do not modify it by hand. 22 // WARNING: Auto-generated file. Do not modify it by hand.
23 23
24 24
25 // Forward declaration of the custom global functions 25 // Forward declaration of the custom global functions
26 extern PyObject *RegisterOnChangeCallback(PyObject* module, PyObject *args);
26 extern PyObject *RegisterRestCallback(PyObject* module, PyObject *args); 27 extern PyObject *RegisterRestCallback(PyObject* module, PyObject *args);
27 // End of forward declarations 28 // End of forward declarations
28 29
29 30
30 static PyObject* sdk_OrthancPluginAutodetectMimeType(PyObject* module, PyObject* args) 31 static PyObject* sdk_OrthancPluginAutodetectMimeType(PyObject* module, PyObject* args)
2015 "Generated from C function OrthancPluginTranscodeDicomInstance()" }, 2016 "Generated from C function OrthancPluginTranscodeDicomInstance()" },
2016 { "UncompressImage", sdk_OrthancPluginUncompressImage, METH_VARARGS, 2017 { "UncompressImage", sdk_OrthancPluginUncompressImage, METH_VARARGS,
2017 "Generated from C function OrthancPluginUncompressImage()" }, 2018 "Generated from C function OrthancPluginUncompressImage()" },
2018 { "WriteFile", sdk_OrthancPluginWriteFile, METH_VARARGS, 2019 { "WriteFile", sdk_OrthancPluginWriteFile, METH_VARARGS,
2019 "Generated from C function OrthancPluginWriteFile()" }, 2020 "Generated from C function OrthancPluginWriteFile()" },
2021 { "RegisterOnChangeCallback", RegisterOnChangeCallback, METH_VARARGS,
2022 "Implemented in C++ function RegisterOnChangeCallback()" },
2020 { "RegisterRestCallback", RegisterRestCallback, METH_VARARGS, 2023 { "RegisterRestCallback", RegisterRestCallback, METH_VARARGS,
2021 "Implemented in C++ function RegisterRestCallback()" }, 2024 "Implemented in C++ function RegisterRestCallback()" },
2022 { NULL, NULL } 2025 { NULL, NULL }
2023 }; 2026 };
2024 2027