From 590e5e2392e0610e8eb2d21e59d2d4a265caf172 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 21:44:10 +0000 Subject: [PATCH] nelements is not passed anymore, its simply a return value --- wrap/otk_property.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrap/otk_property.i b/wrap/otk_property.i index 8a8fdd37..23c030a0 100644 --- a/wrap/otk_property.i +++ b/wrap/otk_property.i @@ -82,6 +82,10 @@ $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; -- 2.39.2