gir_ffi icon indicating copy to clipboard operation
gir_ffi copied to clipboard

Raise exception for invalid property access

Open mvz opened this issue 5 years ago • 0 comments

GObject emits a warning when accessing a property the wrong way (e.g., reading a property that is not readable). GirFFI should check this in advance and raise an exception.

mvz avatar Sep 23 '18 11:09 mvz