Evgenii Pashkin
Evgenii Pashkin
@artonio did you try to pass an empty array?
And it didn’t work?? That strange as empty slice seems pass NULL (None) to list ? Create file from empty string also strange.
Agree that docs are confusing, maybe we need manually fix them, maybe even with example cc @GuillaumeGomez
Is plain records, currently I don't know, what to do with it (part https://github.com/gtk-rs/gir/issues/103 without separate issue)
@fungos, @daxpedda Sorry, but we decide in https://github.com/gtk-rs/sys/pull/126 not add vcpkg support in next release,
@ketsuban we fixed that in git version https://github.com/gtk-rs/gtk/pull/804, package release still in progress.
Try `cargo clean` and `rm Cargo.lock` If this not help, then http://www.dependencywalker.com/ can help in search for missing entry point.
Defining function maybe really better as it clearer declares error type, but extra 7+ characters. Just can't decide :cry:
Sorry, But I do not see a connection between this and gtk-rs/pango#62 (with can be solved by setting return non-optional, maybe after some Gir fix). Currently we against patching .gir...
> Is there already an easy way to set return values non-optional even if the ffi return type is bool? For normal function it can be done with [`nullable=false`](https://github.com/gtk-rs/gtk/blob/master/Gir.toml#L322-L328). In...