sdroege / gobject-example-rs

Example for exporting a GObject/C API from Rust
42 stars 6 forks source link

Add flags, enums and error to the example #7

Open elmarco opened 3 years ago

elmarco commented 3 years ago

Flags & Enums should be easy to cover today.

Error will need some new glib-rs macro

sdroege commented 3 years ago

Error will need some new glib-rs macro

Can you create a gtk-rs issue for that?

elmarco commented 3 years ago

Error will need some new glib-rs macro

Can you create a gtk-rs issue for that?

I had a grip on it https://github.com/gtk-rs/gtk-rs/pull/367

sdroege commented 3 years ago

Even better!