Evgenii Pashkin

Results 83 comments of Evgenii Pashkin

Yes, for all question :wink: As this PR required custom types etc., it will be done after simpler cases, like removing `len` parameters.

Example please, that we can't cover with bool parameter

Seems I don't understand question, as we have flag in ObjectExt::connect https://github.com/gtk-rs/glib/blob/ff2e05f017761c751b13cb92a31a027e6397370d/src/object.rs#L1301

You want to add `ButtonExt::connect_clicked_after` ? Always or only on config flag?

In public interface I prefer `connect_after_xxx`

IMHO changing ObjectExt is not needed

@sdroege But now we don't needed build_version.rs so IMHO better rename option

IMHO we still need it, maybe under other name. Ex. gdk::setting_get, gdk::Rectangle, gdk::RGBA.

Maybe trait function need be same as `uninit`: `const fn uninit() -> MaybeUninit`