Skip to content

docs: Remove priv pointers from the tutorial example

Emmanuele Bassi requested to merge gobject-tutorial-no-priv into master

We define ViewerFile as a final type with fields directly in the instance structure. This means we don't have a priv pointer to dereference.

Merge request reports