pycairo icon indicating copy to clipboard operation
pycairo copied to clipboard

C API: add getters and make it possible to hide structs

Open lazka opened this issue 6 years ago • 0 comments

  • 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

lazka avatar Feb 22 '19 15:02 lazka