Sebastian Dröge

Results 678 comments of Sebastian Dröge

Can you actually use an `Application` on a non-default main context?

The question is not whether a single implementation of the interface is `Send+Sync` but if all valid implementations of the interface must be `Send+Sync`.

Personally I would go with the current situation and directly use FFI when these types are needed, and expose them per use-case in a meaningful way in Rust. As there...

> I see a folder called glib/tests, would we make a new file there called something like glib/tests/translate.rs? That's for integration tests. You would put these tests directly into `glib/src/translate.rs`....

This would rather use `impl IntoStrV` now, and that's tracked by another issue already

See https://github.com/gtk-rs/gtk-rs-core/pull/1169

Solved by https://github.com/gtk-rs/gtk-rs-core/pull/1006

At this point this should probably rather make use of `impl IntoStrV`