Module darwin
source code
Low level Skype for Mac OS X interface implemented using Carbon
distributed notifications. Uses direct Carbon/CoreFoundation
calls through the ctypes module.
This module handles the options that you can pass to
Skype.__init__ for Mac OS X machines.
- RunMainLoop (bool) - If set to False, Skype4Py won't start the Carbon event
loop. Otherwise it is started in a separate thread. The loop must be running for
Skype4Py events to work properly. Set this option to False if you plan to run the
loop yourself or if, for example, your GUI framework does it for you.
Thanks to Eion Robb for reversing Skype for Mac API protocol.