Replies: 2 comments
|
That documentation is outdated. This was the case long ago but not anymore. Do you want to submit a PR for fixing this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The documentation on the subclass module provides a code listing which indicates that the
glib::wrapper!{}portion is optional:However, the
ObjectSubclasstrait of the implementation and theObjectSubclassIstrait implemented by thewrapper!macro refer to each other.Should the documentation be tweaked?
All reactions