|
|
|
|
|
|
|
add(self,
id)
Ask the assigned Screenlet to add a new instance of itself to its
session. |
source code
|
|
|
get(self,
id,
attrib)
Ask the assigned Screenlet to return the given attribute's
value. |
source code
|
|
|
get_first_instance(self)
Get the ID of the first existing instance of the assigned
Screenlet (within the screenlet's active session). |
source code
|
|
|
list_instances(self)
Return a list with IDs of all existing instances of the assigned
Screenlet (within the screenlet's active session). |
source code
|
|
|
|
|
set(self,
id,
attrib,
value)
Ask the assigned Screenlet to set the given attribute to
'value'. |
source code
|
|
|
instance_added(self,
*args,
**keywords)
This signal gets emitted whenever a new instance of the assigned
Screenlet gets added. |
|
|
|
instance_removed(self,
*args,
**keywords)
This signal gets emitted whenever an instance of the assigned
Screenlet gets removed. |
|
|
Inherited from dbus.service.Object :
Introspect ,
__repr__ ,
__str__ ,
add_to_connection ,
remove_from_connection
Inherited from dbus.service.Object (private):
_message_cb ,
_unregister_cb
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|