Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
PySide / include / PySide / pysideweakref.h
Size: Mime:
#ifndef __PYSIDEWEAKREF__
#define __PYSIDEWEAKREF__

#include <pysidemacros.h>
#include <sbkpython.h>

typedef void (*PySideWeakRefFunction)(void* userData);

namespace PySide { namespace WeakRef {

PYSIDE_API PyObject* create(PyObject* ob, PySideWeakRefFunction func, void* userData);

} //PySide
} //WeakRef


#endif