-
Subclassing GtkApplication and leaving all implementations blank does not call `gtk::init()`. Docs for [GtkApplication](https://developer.gnome.org/gtk4/stable/GtkApplication.html) says it should be c…
malmz updated
3 years ago
-
`Notebook::set_current_page()` should take `i32` instead of `u32`. The docs says: "If negative, the last page will be used.". Moreover, `NotebookPage::get_property_position()` returns `i32` too.
Al…
-
Calling gio::File::load_contents() on a resource:// URI segfaults.
Reproducer: https://github.com/bellegarde-c/gtk4-rs-gio-file-loads-content-crash
Crash is in: https://github.com/bellegarde-c/g…
-
Especially after merging the renamed getters, some of the methods have a completely different name. Using doc_alias for that makes sense and would help users figure out the new method names.
cc @fe…
-
I am running on fedora 33 and installed rust and gtk4-devel using dnf. When trying to get rust to compile I had to add
[dependencies]
gtk4 = { git = "https://github.com/gtk-rs/gtk4.git" }
to the Ca…
-
They are generated for functions that takes a callback, they can be omitted as they are not really useful
![image](https://user-images.githubusercontent.com/7660997/116097442-6f7c4b80-a6aa-11eb-9a1…
-
Based on discussion on IRC
```
i wonder if we should expose g_object_run_dispose() in the Rust bindings
ebassi: the docs say "This function should only be called from object system implementati…
-
### System
* xuname:
Void 5.8.16_1 x86_64 GenuineIntel notuptodate rrrrrmmdnFFFFFF
* package:
* webkit2gtk-2.30.0_1
* gstreamer1-1.16.2_1
### Expected behavior
Playing of yout…
-
Hello,
1. My dev box: Windows 10 x64
2. The rustup toolchain is (nightly-x86_64-pc-windows-gnu)
According to the tutorial, I have done the following steps:
1. Install msys2
2. install pack…
-
@ashleygwilliams I wonder how you feel about the possibility to set defaults, eg. if one often uses the same template, it would be nice to be able to omit the `--git` command line parameter. Also I wo…