Package Skype4Py :: Package API :: Module darwin
[frames] | no frames]

Module darwin

source code

Low level Skype for Mac OS X interface implemented using Carbon distributed notifications. Uses direct Carbon/CoreFoundation calls through ctypes module.

This module handles the options that you can pass to ISkype.__init__ for Mac OS X machines.

No further options are currently supported.

Thanks to Eion Robb for reversing Skype for Mac API protocol.

Classes
  Carbon
Represents the Carbon.framework.
  EventLoop
Represents an EventLoop from Carbon.framework.
  CoreFoundation
Represents the CoreFoundation.framework.
  CFType
Fundamental type for all CoreFoundation types.
  CFString
CoreFoundation string type.
  CFNumber
CoreFoundation number type.
  CFDictionary
CoreFoundation immutable dictionary type.
  CFDistributedNotificationCenter
CoreFoundation distributed notification center type.
Variables
  __package__ = 'Skype4Py.API'