gir icon indicating copy to clipboard operation
gir copied to clipboard

Don't create `assert_initialized_main_thread!()` assertions for enum/flags methods

Open sdroege opened this issue 2 years ago • 1 comments

They take self and we don't do that for to_value() for example, so for consistency also shouldn't do that for other methods.

sdroege avatar Jan 11 '23 12:01 sdroege

This is a pretty easy change but we would have to modify the assertion check test to skip enum/flags

bilelmoussaoui avatar Jan 22 '23 10:01 bilelmoussaoui