• Home
  • Raw
  • Download

Lines Matching refs:METH_VARARGS

355     {"allowremoval",            (PyCFunction)CD_allowremoval,   METH_VARARGS},
356 {"bestreadsize", (PyCFunction)CD_bestreadsize, METH_VARARGS},
357 {"close", (PyCFunction)CD_close, METH_VARARGS},
358 {"eject", (PyCFunction)CD_eject, METH_VARARGS},
359 {"getstatus", (PyCFunction)CD_getstatus, METH_VARARGS},
360 {"gettrackinfo", (PyCFunction)CD_gettrackinfo, METH_VARARGS},
361 {"msftoblock", (PyCFunction)CD_msftoblock, METH_VARARGS},
362 {"play", (PyCFunction)CD_play, METH_VARARGS},
363 {"playabs", (PyCFunction)CD_playabs, METH_VARARGS},
364 {"playtrack", (PyCFunction)CD_playtrack, METH_VARARGS},
365 {"playtrackabs", (PyCFunction)CD_playtrackabs, METH_VARARGS},
366 {"preventremoval", (PyCFunction)CD_preventremoval, METH_VARARGS},
367 {"readda", (PyCFunction)CD_readda, METH_VARARGS},
368 {"seek", (PyCFunction)CD_seek, METH_VARARGS},
369 {"seekblock", (PyCFunction)CD_seekblock, METH_VARARGS},
370 {"seektrack", (PyCFunction)CD_seektrack, METH_VARARGS},
371 {"stop", (PyCFunction)CD_stop, METH_VARARGS},
372 {"togglepause", (PyCFunction)CD_togglepause, METH_VARARGS},
649 {"addcallback", (PyCFunction)CD_addcallback, METH_VARARGS},
650 {"deleteparser", (PyCFunction)CD_deleteparser, METH_VARARGS},
651 {"parseframe", (PyCFunction)CD_parseframe, METH_VARARGS},
652 {"removecallback", (PyCFunction)CD_removecallback, METH_VARARGS},
653 {"resetparser", (PyCFunction)CD_resetparser, METH_VARARGS},
655 {"setcallback", (PyCFunction)CD_addcallback, METH_VARARGS},
743 {"open", (PyCFunction)CD_open, METH_VARARGS},
744 {"createparser", (PyCFunction)CD_createparser, METH_VARARGS},
745 {"msftoframe", (PyCFunction)CD_msftoframe, METH_VARARGS},