glib: Add #[weak_no_upgrade]
that requires manual upgrades in the body
#1460
Milestone
#[weak_no_upgrade]
that requires manual upgrades in the body
#1460
Use case is something like this
The intention here clearly is that this is stopped to be called when the button goes away, but that is not the case. The future will always have a strong reference to the button once it was called for the first time and the button can never go away.
Something like this would be needed
The text was updated successfully, but these errors were encountered: