GLibSharp / GtkSharp

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

Fix unmarshalling of GValues containing a GError #58

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

This PR was already merged