GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
27 stars 21 forks source link

Fix unmarshalling of GValues containing a GError #53

Closed ylatuya closed 3 years ago

ylatuya commented 3 years ago

The normal type lookup does not resolve correctly GError's since the .Net type is named GException.

ylatuya commented 3 years ago

I am not sure if that's the more elegant way of resolving this, but adding a type resolver for an internal type seemed overkill and I believe it's the only type that does not have a 1:1 name match

thiblahute commented 3 years ago

I don't have a better idea, let's go with that.