pycairo
pycairo copied to clipboard
C API: add getters and make it possible to hide structs
- In PyGObject we shouldn't access the struct members directly and go through getters instead.
- Add a macro for disabling direct access
- Emit a deprecation warning if the macro isn't set