Skip to content
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

Chapter 9 missing derived_properties and subclassing #1738

Open
almindor opened this issue May 14, 2024 · 0 comments
Open

Chapter 9 missing derived_properties and subclassing #1738

almindor opened this issue May 14, 2024 · 0 comments
Labels
book bug Something isn't working

Comments

@almindor
Copy link

Bug description

Chapter 9: List Widgets section in the book is missing the subclassing section required for the code to even compile (e.g. impl ObjectImpl for IntegerObject {}

#[glib::derived_properties] is also never mentioned so even if people figure out the code required from the subclassing section they will be greeted by a runtime panic because #[glib::derived_properties] is not in Chapter 5.2 either.

@almindor almindor added the bug Something isn't working label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
book bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants