comparison Sources/Autogenerated/sdk_OrthancPluginJob.methods.h @ 177:008be55355a4

regenerating the wrapper after patching SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Jun 2024 18:16:26 +0200
parents 0705e324fcc8
children 194ba7d6e0f4
comparison
equal deleted inserted replaced
176:18f5d8909dd8 177:008be55355a4
8 { 8 {
9 PyErr_SetString(PyExc_ValueError, "Invalid object"); 9 PyErr_SetString(PyExc_ValueError, "Invalid object");
10 return NULL; 10 return NULL;
11 } 11 }
12 12
13 int arg0 = 0; 13 long int arg0 = 0;
14 14
15 if (!PyArg_ParseTuple(args, "i", &arg0)) 15 if (!PyArg_ParseTuple(args, "l", &arg0))
16 { 16 {
17 PyErr_SetString(PyExc_TypeError, "Bad types for the arguments (1 arguments expected)"); 17 PyErr_SetString(PyExc_TypeError, "Bad types for the arguments (1 arguments expected)");
18 return NULL; 18 return NULL;
19 } 19 }
20 OrthancPlugins::OrthancString s; 20 OrthancPlugins::OrthancString s;