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
Despite using the Properties macro I still need .connect_closure("notify::x" for SignalGroups. It would be nice to make this a bit more robust to refactoring. The simplest way would be to add an Obj::PROPERTY_X_NAME constant generated by the Properties macro.
But it could also be more advanced like Obj::foreign_connect_x_notify(signal_group, |x| ...)
The text was updated successfully, but these errors were encountered:
Despite using the
Properties
macro I still need.connect_closure("notify::x"
forSignalGroups
. It would be nice to make this a bit more robust to refactoring. The simplest way would be to add anObj::PROPERTY_X_NAME
constant generated by theProperties
macro.But it could also be more advanced like
Obj::foreign_connect_x_notify(signal_group, |x| ...)
The text was updated successfully, but these errors were encountered: