Skip to content

gi-rust/gobject-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project provides a Rust FFI import crate for GObject. Used as a dependency, it links the platform library as specified by pkg-config module gobject-2.0, and exports function declarations, data types and constants needed to call functions of the C library API.

The source code for this library is generated from GObject introspection data using grust-gen.