gobject-2-0-sys 0.46.0

Import crate for GObject
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Low-level Rust import crate for GObject.

Currently the primary purpose of this library is to support
[Grust](https://github.com/gi-rust/grust). Eventually the
code for the library should be generated from
[GObject introspection](https://wiki.gnome.org/Projects/GObjectIntrospection)
data using Grust binding generator.

Meanwhile, the function declarations are added as needed for the development
of the Grust core library. If you'd like to reuse this crate outside of
Grust, feel free to add other functions and submit your changes in pull
requests.