diff Sources/Autogenerated/sdk_OrthancPluginJob.impl.h @ 63:32de70a1e4c7

New functions from the SDK wrapped in Python: CreateDicom, RegisterFindCallback, RegisterMoveCallback
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jun 2021 18:19:27 +0200
parents 23f3099bed47
children cbfc72a53970
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h	Fri May 28 10:53:18 2021 +0200
+++ b/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h	Thu Jun 10 18:19:27 2021 +0200
@@ -17,20 +17,14 @@
  **/
 
 
-typedef struct 
-{
-  PyObject_HEAD
-
-  /* Type-specific fields go here. */
-  OrthancPluginJob* object_;
-  bool borrowed_;
-} sdk_OrthancPluginJob_Object;
+// Forward declaration of the autogenerated methods
+static PyObject *sdk_OrthancPluginJob_OrthancPluginSubmitJob(
+  sdk_OrthancPluginJob_Object* self, PyObject *args);
+// End of forward declarations
 
 
-
-// Forward declaration of the methods
-static PyObject *sdk_OrthancPluginJob_OrthancPluginSubmitJob(
-  sdk_OrthancPluginJob_Object* self, PyObject *args);
+// Forward declaration of the custom methods
+// End of forward declarations
 
 
 static PyMethodDef sdk_OrthancPluginJob_Methods[] = {
@@ -168,7 +162,7 @@
 }
 
 
-PyObject* GetOrthancPluginJobType()
+PyTypeObject* GetOrthancPluginJobType()
 {
-  return (PyObject*) &sdk_OrthancPluginJob_Type;
+  return &sdk_OrthancPluginJob_Type;
 }