forked from godbus/dbus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: easy parsing of PropertiesChanged signals
Introducing a new type PropertiesChanged that conforms to the PropertiesChanged signal body fields. The Signal type will now have a func that parsed the Signal body and return the new type. Included some supporting functionality for PropertiesChanged to check for and get changed properties. Addresses godbus#201
- Loading branch information
Damian Myers
committed
Jun 17, 2023
1 parent
7623695
commit 4d61938
Showing
2 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters