Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Add GObject type system integration #71

Open
sundermann opened this issue Jul 29, 2018 · 1 comment
Open

Add GObject type system integration #71

sundermann opened this issue Jul 29, 2018 · 1 comment

Comments

@sundermann
Copy link
Collaborator

We need to provide integration of the GObject type system into the .NET world and vice versa. We can generate the needed bindings from GObject-2.0.gir and then add the type system on top of it. Most code can be copied from gtk-sharp (basically anything but the interop stuff which can be autogenerated). We need integration for signals, inheritance, GType mapping and probably more stuff.

@sundermann
Copy link
Collaborator Author

This should probably go into a new library gobject-sharp. In current gtk-sharp the typesystem stuff is inside glib-sharp but I think this should be in separate libraries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant