[][src]Function ommui_frontend_gtk::theme::load_icons_from_path_into

pub fn load_icons_from_path_into<P: AsRef<Path>>(
    path: P,
    icons: &mut IndexMap<String, Pixbuf>
)

Load a all icons from a path into the icons param. If a key already exists in icons, it will get replaced by the newly loaded icon.