qemu-cr16/rust/chardev
Martin Kletzander 80a3c9c01a rust: remove useless glib_sys bindings
The definition of types needed for g_autolist(), g_autoslist(),
g_autoqueue() need the imports for GList, GSList and GQueue
to appear everything.  Rust code is never going to see those,
since they are not used in structs.  Block the types from
appearing in the bindings.

Co-authored-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-10-28 13:02:21 +01:00
..
src rust: remove useless glib_sys bindings 2025-10-28 13:02:21 +01:00
build.rs
Cargo.toml rust: use glib-sys 2025-10-03 15:14:48 +02:00
meson.build rust: use glib-sys 2025-10-03 15:14:48 +02:00
wrapper.h