Macro gio::resources_register_include
source · macro_rules! resources_register_include { ($path:expr) => { ... }; }
Expand description
Include gresources generated with glib_build_tools::compile_resources
and register with glib. path
is
relative to OUTDIR
.
ⓘ
gio::resources_register_include!("compiled.gresource").unwrap();