GLibSharp / GtkSharp

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

Remove remaining glue libraries #17

Closed harry-cpp closed 7 years ago

harry-cpp commented 7 years ago

No point in keeping glue libraries that we need to compile per system and architecture when we can still access those parts from c#. Currently they are used in weird struct cases, but we could just manually get specific bits from C#.

thiblahute commented 7 years ago

We need that only for gtk itself.

thiblahute commented 7 years ago

This is now done.