Searched defs:pPyInstance (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp70 PyG_Base::CreateNew(PyObject *pPyInstance, const nsIID &iid, void **ppResult) argument
79 ret = MakePyG_nsIModule(pPyInstance);
81 ret = MakePyG_nsIComponentLoader(pPyInstance);
83 ret = MakePyG_nsIInputStream(pPyInstance);
85 ret = new PyXPCOM_XPTStub(pPyInstance, iid);

Completed in 80 milliseconds