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
{{ message }}
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
I like the idea of explicit
Refsmart pointer more than gtk-rs approach. I think it is better because:When reading the code, you immediately see that it is just a reference, and it's obvious that
.clone()will only create a new referenceIt seems that GObject subclassing would be easier this way (compared to current gtk-rs)
However, I see that there has been no commits since 2018. Why? Are there any fundamental issues in this project that can't be resolved?