]> Dogcows Code - chaz/openbox/commitdiff
nelements is not passed anymore, its simply a return value
authorDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 21:44:10 +0000 (21:44 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 21:44:10 +0000 (21:44 +0000)
wrap/otk_property.i

index 8a8fdd3757c00c1f2ee18951853786f75811b0ef..23c030a0003bfcd880187d2f41e0ca595a1f358a 100644 (file)
   $result = s;
 }
 
+%typemap(python,in,numinputs=0) unsigned long *nelements (unsigned long temp) {
+  $1 = &temp;
+}
+
 %typemap(python,in) unsigned long *nelements (unsigned long temp) {
   temp = (unsigned)PyLong_AsLong($input);
   $1 = &temp;
This page took 0.021426 seconds and 4 git commands to generate.