Skip to content

Commit 9d4dcb3

Browse files
authored
Merge pull request #504 from personalizedrefrigerator/patch-1
book: Fix broken link
2 parents a048638 + c861fc1 commit 9d4dcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/gobject_subclassing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Next, we describe our custom GObject.
3333
# fn main() {}
3434
```
3535

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.
36+
[`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.
3737
We only have to point to the implementation struct and which ancestor GObjects we extend.
3838
Please note that the list of ancestor GObjects does not mention `glib::Object`.
3939
This is because `glib::Object` is *always* the base class in the object hierarchy and therefore already implied.

0 commit comments

Comments
 (0)