]> Dogcows Code - chaz/openbox/blobdiff - wrap/otk_property.i
nelements is not passed anymore, its simply a return value
[chaz/openbox] / 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.024998 seconds and 4 git commands to generate.