Raise exception if a callback property is encountered
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