@@ -4497,7 +4497,7 @@ SWIGINTERNINLINE PyObject*
44974497 return PyInt_FromLong ((long ) value);
44984498}
44994499
4500- SWIGINTERN PyObject *Exiv2_GroupInfo_keys (Exiv2::GroupInfo *self ){
4500+ SWIGINTERN PyObject *Exiv2_GroupInfo_keys (){
45014501 init_info_Exiv2_GroupInfo ();
45024502 return keys_struct (info_Exiv2_GroupInfo);
45034503 }
@@ -4544,7 +4544,7 @@ SWIG_From_short (short value)
45444544 return SWIG_From_long (value);
45454545}
45464546
4547- SWIGINTERN PyObject *Exiv2_TagInfo_keys (Exiv2::TagInfo *self ){
4547+ SWIGINTERN PyObject *Exiv2_TagInfo_keys (){
45484548 init_info_Exiv2_TagInfo ();
45494549 return keys_struct (info_Exiv2_TagInfo);
45504550 }
@@ -5074,18 +5074,10 @@ SWIGINTERN PyObject *_wrap_GroupInfo_tagList__get(PyObject *self, PyObject *args
50745074
50755075SWIGINTERN PyObject *_wrap_GroupInfo_keys (PyObject *self, PyObject *args) {
50765076 PyObject *resultobj = 0 ;
5077- Exiv2::GroupInfo *arg1 = (Exiv2::GroupInfo *) 0 ;
5078- void *argp1 = 0 ;
5079- int res1 = 0 ;
50805077 PyObject *result = 0 ;
50815078
50825079 if (!SWIG_Python_UnpackTuple (args, " GroupInfo_keys" , 0 , 0 , 0 )) SWIG_fail;
5083- res1 = SWIG_ConvertPtr (self, &argp1,SWIGTYPE_p_Exiv2__GroupInfo, 0 | 0 );
5084- if (!SWIG_IsOK (res1)) {
5085- SWIG_exception_fail (SWIG_ArgError (res1), " in method '" " GroupInfo_keys" " ', argument " " 1" " of type '" " Exiv2::GroupInfo *" " '" );
5086- }
5087- arg1 = reinterpret_cast < Exiv2::GroupInfo * >(argp1);
5088- result = (PyObject *)Exiv2_GroupInfo_keys (arg1);
5080+ result = (PyObject *)Exiv2_GroupInfo_keys ();
50895081 resultobj = result;
50905082 return resultobj;
50915083fail:
@@ -5332,18 +5324,10 @@ SWIGINTERN PyObject *_wrap_TagInfo_count__get(PyObject *self, PyObject *args) {
53325324
53335325SWIGINTERN PyObject *_wrap_TagInfo_keys (PyObject *self, PyObject *args) {
53345326 PyObject *resultobj = 0 ;
5335- Exiv2::TagInfo *arg1 = (Exiv2::TagInfo *) 0 ;
5336- void *argp1 = 0 ;
5337- int res1 = 0 ;
53385327 PyObject *result = 0 ;
53395328
53405329 if (!SWIG_Python_UnpackTuple (args, " TagInfo_keys" , 0 , 0 , 0 )) SWIG_fail;
5341- res1 = SWIG_ConvertPtr (self, &argp1,SWIGTYPE_p_Exiv2__TagInfo, 0 | 0 );
5342- if (!SWIG_IsOK (res1)) {
5343- SWIG_exception_fail (SWIG_ArgError (res1), " in method '" " TagInfo_keys" " ', argument " " 1" " of type '" " Exiv2::TagInfo *" " '" );
5344- }
5345- arg1 = reinterpret_cast < Exiv2::TagInfo * >(argp1);
5346- result = (PyObject *)Exiv2_TagInfo_keys (arg1);
5330+ result = (PyObject *)Exiv2_TagInfo_keys ();
53475331 resultobj = result;
53485332 return resultobj;
53495333fail:
@@ -6421,7 +6405,7 @@ SwigPyBuiltin__Exiv2__GroupInfo_richcompare(PyObject *self, PyObject *other, int
64216405}
64226406
64236407SWIGINTERN PyMethodDef SwigPyBuiltin__Exiv2__GroupInfo_methods[] = {
6424- { " keys" , _wrap_GroupInfo_keys, METH_NOARGS, " \n "
6408+ { " keys" , (PyCFunction)( void (*)( void )) _wrap_GroupInfo_keys, METH_STATIC| METH_NOARGS, " \n "
64256409 " Get structure member names.\n "
64266410 " \n "
64276411 " Return the names used to access members as attributes (``object.name``)\n "
@@ -6811,7 +6795,7 @@ SwigPyBuiltin__Exiv2__TagInfo_richcompare(PyObject *self, PyObject *other, int o
68116795}
68126796
68136797SWIGINTERN PyMethodDef SwigPyBuiltin__Exiv2__TagInfo_methods[] = {
6814- { " keys" , _wrap_TagInfo_keys, METH_NOARGS, " \n "
6798+ { " keys" , (PyCFunction)( void (*)( void )) _wrap_TagInfo_keys, METH_STATIC| METH_NOARGS, " \n "
68156799 " Get structure member names.\n "
68166800 " \n "
68176801 " Return the names used to access members as attributes (``object.name``)\n "
0 commit comments