, ( ) QtDBus. , , . ( , , .) , org.freedesktop.DBus.AddMatch :
QDBusConnection::sessionBus().connect("",
"",
"org.freedesktop.Notifications",
"Notify",
myImplementingQObject,
SLOT(slotNotifyObserved(...));
QString matchString = "interface='org.freedesktop.Notifications',member='Notify',type='method_call',eavesdrop='true'";
QDBusInterface busInterface("org.freedesktop.DBus", "/org/freedesktop/DBus",
"org.freedesktop.DBus");
busInterface.call("AddMatch", matchString);
DBus Specification , matchString.
, , QDBus QDBUS_DEBUG=1, dbus.