We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a048638 + c861fc1 commit 9d4dcb3Copy full SHA for 9d4dcb3
book/src/gobject_subclassing.md
@@ -33,7 +33,7 @@ Next, we describe our custom GObject.
33
# fn main() {}
34
```
35
36
-[`glib::wrapper!`](http://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/macro.glib_wrapper.html) does the most of the work of subclassing for us.
+[`glib::wrapper!`](http://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/macro.wrapper.html) does the most of the work of subclassing for us.
37
We only have to point to the implementation struct and which ancestor GObjects we extend.
38
Please note that the list of ancestor GObjects does not mention `glib::Object`.
39
This is because `glib::Object` is *always* the base class in the object hierarchy and therefore already implied.
0 commit comments