You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, all Widget should be valid instances of ConstraintTargeter. I notice the generated code has this very confusing type conversion to the C type, I'm afraid I'm not able to follow what's going on here:
Er, I don't think the codegen did a correct job here. Why is it dereferencing a GObject pointer?
The code generator is a mess right now, especially if you use the main branch. A lot of the code has been rusted out of my mind ever since my effort to add libgirepository into the code generator started :(
When trying to build a constraint via NewConstraint, a GTK assertion fails:
This is my attempt at a minimal reproducer:
As far as I can tell, all
Widget
should be valid instances ofConstraintTargeter
. I notice the generated code has this very confusing type conversion to the C type, I'm afraid I'm not able to follow what's going on here:The text was updated successfully, but these errors were encountered: