This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
SimpleDBus v2.1.0
[2.1.0] - 2022-03-25
Added
- (Message) Enable the creation of response messages to method calls.
- (Message) Enable the creation of error messages.
- (Connection) Provide interface to query the unique name of the connection.
- (Proxy) Provide interface to directly append a child.
Changed
- Migrated to using safe callbacks from external vendor (kvn::safe_callback).
Fixed
- (Interface) Messages are now passed by reference.