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
I'm trying to create bindings for webkit2gtk and friends. There's a type called Socket in there that wraps a gio Socket. This is a naming conflict currently, but if gir-to-d used qualified names by default, there would be no conflict.
The text was updated successfully, but these errors were encountered:
gir-to-d currently only does that for parents that have the same name, but in the case of soup.ClientContext it imports two classes with the same name.
As a workaround you could use this in the lookup definition:
I'm trying to create bindings for webkit2gtk and friends. There's a type called Socket in there that wraps a gio Socket. This is a naming conflict currently, but if gir-to-d used qualified names by default, there would be no conflict.
The text was updated successfully, but these errors were encountered: