]> Dogcows Code - chaz/openbox/blobdiff - wrap/otk_property.i
plugins work.
[chaz/openbox] / wrap / otk_property.i
index 118f8c5ccb274007ea78b5062b44dba6ae98ef6e..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;
 
 namespace otk {
 
+%immutable otk::Property::atoms;
+
 %ignore Property::NUM_STRING_TYPE;
 %ignore Property::initialize();
 
This page took 0.021147 seconds and 4 git commands to generate.