Package conduit :: Module DBus
[hide private]

Module DBus

source code

DBus related functionality including the DBus interface and utility functions

Copyright: John Stowers, 2006 License: GPLv2

Classes [hide private]
  ConduitException
  DBusItem
  ConduitDBusItem
  DataProviderDBusItem
  SyncSetDBusItem
  DBusInterface
Variables [hide private]
  log = logging.getLogger("DBus")
  ERROR = -1
  SUCCESS = 0
  DEBUG_ALL_CALLS = True
  APPLICATION_DBUS_IFACE = "org.conduit.Application"
  SYNCSET_DBUS_IFACE = "org.conduit.SyncSet"
  CONDUIT_DBUS_IFACE = "org.conduit.Conduit"
  EXPORTER_DBUS_IFACE = "org.conduit.Exporter"
  DATAPROVIDER_DBUS_IFACE = "org.conduit.DataProvider"
  EXPORTED_OBJECTS = {}