Registry / other / glib
library0.22.7rscratesunverified

Rust bindings for the GLib library, providing core data structures and utilities for GTK and GNOME applications.

# Cargo.toml [dependencies] glib = "0.22.7"
INSTALL
IMPORT
SIG · GLIB
G
glib
otherrustv0.22.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MainLoop
use glib::MainLoop;

Creates a GLib main loop, the core event loop for GTK applications.

use glib::MainLoop; fn main() { let main_loop = MainLoop::new(None, false); println!("GLib main loop created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
glib — cargo add glib · libregistry