|
void | PythonBindings::PyXBMCGetUnicodeString (std::string &buf, PyObject *pObject, bool coerceToString, const char *argumentName, const char *methodname) |
|
bool | PythonBindings::isParameterRightType (const char *passedType, const char *expectedType, const char *methodNamespacePrefix, bool tryReverse) |
|
XBMCAddon::AddonClass * | PythonBindings::doretrieveApiInstance (const PyHolder *pythonObj, const TypeInfo *typeInfo, const char *expectedType, const char *methodNamespacePrefix, const char *methodNameForErrorString) |
|
void | PythonBindings::prepareForReturn (XBMCAddon::AddonClass *c) |
|
void | PythonBindings::cleanForDealloc (XBMCAddon::AddonClass *c) |
|
void | PythonBindings::cleanForDealloc (XBMCAddon::xbmcgui::Window *c) |
|
PyObject * | PythonBindings::makePythonInstance (XBMCAddon::AddonClass *api, PyTypeObject *pytype, bool incrementRefCount) |
|
void | PythonBindings::registerAddonClassTypeInformation (const TypeInfo *classInfo) |
|
const TypeInfo * | PythonBindings::getTypeInfoForInstance (XBMCAddon::AddonClass *obj) |
|
int | PythonBindings::dummy_tp_init (PyObject *self, PyObject *args, PyObject *kwds) |
|