Registry / other / gobject-sys

gobject-sys

JSON →
library0.22.6rscratesunverified

FFI bindings to libgobject-2.0 for Rust.

# Cargo.toml [dependencies] gobject-sys = "0.22.6"
INSTALL
IMPORT
SIG · GOBJECT-SYS
G
gobject-sys
otherrustv0.22.6
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.

GObject
use gobject_sys::GObject;

Minimal usage of gobject-sys to create a GObject.

use gobject_sys::GObject; fn main() { // Example: creating a GObject instance (requires GLib runtime) let obj = GObject::new(); println!("GObject created"); }
Debug
Known issues
gotchaRequires GLib runtime installed on the system.
fix
Install GLib development libraries (e.g., libglib2.0-dev on Debian/Ubuntu).
affects: >=0.22.0
Upgrade
Version history
0.22.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
gobject-sys — cargo add gobject-sys · libregistry