docs: Remove priv pointers from the tutorial example
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.
Edited by Philip Withnall
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.