sipConvertFromVoidPtr

Name

sipConvertFromVoidPtr -- A convenience function to convert a C/C++ void pointer to a Python object

Synopsis

PyObject * sipConvertFromVoidPtr(void * val);

Description

Return Value

A pointer to the Python object (or Py_None if val was a NULL pointer).

val

The C/C++ pointer.