Skip to content

Add support for arg0namespace in add_signal_receiver

Jeroen Hofstee requested to merge jhofstee/dbus-python:arg0namespace into master

Match messages whose first argument is a string and start with the value given to arg0namespace. This is primarily intended for watching name owner changes for a group of related bus names, rather than for a single name or all name changes.

Edited by Jeroen Hofstee

Merge request reports