Searched refs:MovieControllerObject (Results 1 – 1 of 1) sorted by relevance
227 typedef struct MovieControllerObject { struct230 } MovieControllerObject; argument234 MovieControllerObject *it; in MovieCtlObj_New()239 it = PyObject_NEW(MovieControllerObject, &MovieController_Type); in MovieCtlObj_New()257 *p_itself = ((MovieControllerObject *)v)->ob_itself; in MovieCtlObj_Convert()261 static void MovieCtlObj_dealloc(MovieControllerObject *self) in MovieCtlObj_dealloc()267 static PyObject *MovieCtlObj_MCSetMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCSetMovie()291 static PyObject *MovieCtlObj_MCGetIndMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCGetIndMovie()309 static PyObject *MovieCtlObj_MCRemoveAllMovies(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCRemoveAllMovies()324 static PyObject *MovieCtlObj_MCRemoveAMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCRemoveAMovie()[all …]