Low level Skype for Linux interface implemented using python-dbus
package.
Options:
-
Bus
DBus bus object as returned by python-dbus
package. If not specified, private session bus is created and used.
See also MainLoop
.
-
MainLoop
DBus mainloop object. Use only without
specifying the Bus
(if you use Bus
, pass
the mainloop to the bus constructor). If neither Bus
or MainLoop
is specified, glib mainloop is used. In
such case, the mainloop is also run on a separate thread upon
attaching to Skype. If you want to use glib mainloop but you want
to run the loop yourself (for example because your GUI toolkit does
it for you), pass dbus.mainloop.glib.DBusGMainLoop()
object as MainLoop
parameter.
Requires:
Skype for Linux 2.0 (beta) or newer.