You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signal_subscribe callback signature is hard to understand and easy
to get subtly wrong, with its four unnamed str arguments.
In subscribe_to_signal introduce a new DBusSignalRef struct and put all
received parameters into this struct, to provide callback users with
"named" arguments which are easier to understand and play well with e.g.
editor auto-completion.
0 commit comments