|
|
add_signal_receiver(self,
handler_function,
signal_name=None,
dbus_interface=None,
bus_name=None,
path=None,
**keywords)
Arrange for the given function to be called when a signal matching
the parameters is received. |
source code
|
|
|
|
|
|
|
|
|
|
get_object(self,
bus_name,
object_path,
introspect=True,
follow_name_owner_changes=False,
**kwargs)
Return a local proxy for the given remote object. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_match_string(self,
rule)
Arrange for this application to receive messages on the bus that
match the given rule. This version will block. |
source code
|
|
|
|
add_match_string_non_blocking(self,
rule)
Arrange for this application to receive messages on the bus that
match the given rule. This version will not block, but any errors
will be ignored. |
source code
|
|
|
|
remove_match_string(self,
rule)
Arrange for this application to receive messages on the bus that
match the given rule. This version will block. |
source code
|
|
|
|
|
|
Inherited from connection.Connection:
__init__,
call_async,
call_blocking,
call_on_disconnection,
remove_signal_receiver
Inherited from _dbus_bindings.Connection:
add_message_filter,
close,
flush,
get_is_authenticated,
get_is_connected,
get_peer_unix_process_id,
get_peer_unix_user,
get_unique_name,
get_unix_fd,
list_exported_child_objects,
remove_message_filter,
send_message,
send_message_with_reply,
send_message_with_reply_and_block,
set_exit_on_disconnect,
set_unique_name
Inherited from _dbus_bindings.Connection (private):
_new_for_bus,
_register_object_path,
_require_main_loop,
_unregister_object_path
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|