Skip to content

Raise exception if a callback property is encountered

Arjan Molenaar requested to merge amolenaar/pygobject:issue-24 into master

Raise an exception instead of crashing when a Callback type is encountered.

Still we cannot support this type in Python (similar to Gjs AFAICS). By raising an exception we have at least the option to inform the user/developer about the limitations of the Python bindings.

Fixes #24 (closed), maybe?

Edited by Arjan Molenaar

Merge request reports