gnome-class icon indicating copy to clipboard operation
gnome-class copied to clipboard

Some experimental macros for GNOME integration

Results 3 gnome-class issues
Sort by recently updated
recently updated
newest added

Generally GObject is thread-safe, but many subclasses are not (notably all of GTK is not, and especially can only be used from the main thread). Having support for generating thread-safe...

Build from the latest master (9f66dddf) fails with the latest nightly rust: ```bash $ rustc -V rustc 1.23.0-nightly (5f44c653c 2017-11-24) $ cargo build Compiling semver-parser v0.7.0 Compiling unicode-segmentation v1.2.0 Compiling...

GObject has two "weird" features that you don't find in many OO systems. 1) You can have class fields that are "virtual". These would be inside the class struct, but...