Module remote_control
[hide private]
[frames] | no frames]

Module remote_control

source code

Classes [hide private]
  Remote
  SignalObject
Local object definition for /org/gajim/dbus/RemoteObject
Functions [hide private]
 
get_dbus_struct(obj)
Recursively go through all the items and replace them with their casted dbus equivalents
source code
Variables [hide private]
  INTERFACE = 'org.gajim.dbus.RemoteInterface'
  OBJ_PATH = '/org/gajim/dbus/RemoteObject'
  SERVICE = 'org.gajim.dbus'
  DBUS_STRING = dbus.String
  DBUS_BOOLEAN = dbus.Boolean
  DBUS_DOUBLE = dbus.Double
  DBUS_INT32 = dbus.Int32
  DBUS_DICT_SV = lambda:
  DBUS_DICT_SS = lambda:
  DBUS_NONE = lambda:

Imports: gobject, gtk, os, base64, mimetypes, gajim, helpers, time, AddNewContactWindow, NewChatDialog, JoinGroupchatWindow, ged, dbus_support, dbus


Function Details [hide private]

get_dbus_struct(obj)

source code 
Recursively go through all the items and replace them with their casted dbus equivalents

Variables Details [hide private]

INTERFACE

Value:
'org.gajim.dbus.RemoteInterface'

OBJ_PATH

Value:
'/org/gajim/dbus/RemoteObject'

SERVICE

Value:
'org.gajim.dbus'

DBUS_STRING

Value:
dbus.String

DBUS_BOOLEAN

Value:
dbus.Boolean

DBUS_DOUBLE

Value:
dbus.Double

DBUS_INT32

Value:
dbus.Int32

DBUS_DICT_SV

Value:
lambda:

DBUS_DICT_SS

Value:
lambda:

DBUS_NONE

Value:
lambda: