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.
1 parent a048638 commit c861fc1Copy full SHA for c861fc1
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