ivpusic
|
716f4348cd
|
Removed unused imports
|
2013-08-02 23:04:50 +02:00 |
ivpusic
|
931166a359
|
Maked unit test for ^type signature. Also added example of using new feature in examples/pointer_to_type.py file. I fixed some bugs related to BOOL type. It was't work at all, but it is working now OK.
|
2013-07-13 01:02:51 +02:00 |
ivpusic
|
5f58c2b1ac
|
Added support for varargs methods! I have tested this with arrayWithObjects method, and it works OK. Last argument must be nil in objective c, and in python we need to pass None insted of nil. Later internally in pyobjus, None is convered to NULL, otherwise we are getting segmentation fault
|
2013-06-26 12:56:17 +02:00 |