summaryrefslogtreecommitdiff
path: root/dbus/proxies.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/proxies.py')
-rw-r--r--dbus/proxies.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/proxies.py b/dbus/proxies.py
index 487976c..a31b5ea 100644
--- a/dbus/proxies.py
+++ b/dbus/proxies.py
@@ -361,6 +361,11 @@ class ProxyObject(object):
is the value given for that keyword parameter. As of this time
only string arguments can be matched (in particular,
object paths and signatures can't).
+ `arg0namespace` : str
+ If not None (the default) match only signals where the first
+ argument is a string that either is equal to the
+ keyword parameter, or starts with the keyword parameter
+ followed by a dot (and optionally more text).
"""
return \
self._bus.add_signal_receiver(handler_function,