diwic / dbus-rs

D-Bus binding for the Rust language
Other
585 stars 131 forks source link

Provide set_sender for message #427

Closed koalo closed 1 year ago

koalo commented 1 year ago

Similar to set_serial, set_sender is useful when generating a message that was not received from a real D-Bus instance, especially for testing message processors that rely on a correctly set sender.

diwic commented 1 year ago

Thanks!

koalo commented 1 year ago

That was quick, thanks!