-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seal Ext / ImplExt traits #1093
Comments
cc @jf2048 |
Here is a list of glib traits that are not sealed and not implemented by any macro:
I put 🦭 next to the ones I think should probably be sealed |
Seems simple enough for gtk3: gtk-rs/gtk3-rs#821 Now to add it to gir? |
Sealing approach from that PR looks good to me. I'll look at the list of traits above next week :) |
Does docs embedding works fine for those sealed traits? |
Seems to work here |
This is now done |
We should look at which traits must be sealed other then the ones mentioned in the issue title.
The text was updated successfully, but these errors were encountered: