Macro gio::resources_register_include[][src]

macro_rules! resources_register_include {
    ($path:expr) => { ... };
}
Expand description

Include gresources generated with compile_resources and register with glib. path is relative to OUTDIR.

gio::resources_register_include!("compiled.gresource").unwrap();