Registry / other / gdk4-sys

gdk4-sys

JSON →
library0.11.2rscratesunverified

FFI bindings for GDK 4.

# Cargo.toml [dependencies] gdk4-sys = "0.11.2"
INSTALL
IMPORT
SIG · GDK4-SYS
G
gdk4-sys
otherrustv0.11.2
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.

GdkDisplay
use gdk4_sys::GdkDisplay;

Gets the default GDK display (unsafe FFI call).

use gdk4_sys::GdkDisplay; fn main() { unsafe { let display = gdk4_sys::gdk_display_get_default(); println!("Display: {:?}", display); } }
Debug
Known issues
gotchaRequires GDK 4 system libraries
fix
Install GDK 4 development packages (e.g., libgdk-4-dev on Debian/Ubuntu).
affects: >=0.1.0
Upgrade
Version history
0.11.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gdk4-sys — cargo add gdk4-sys · libregistry