This has been sorted out.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
#[throws(AE)]
pub fn list_items(&mut self, lib: Option<String>, pat: String)
-> Vec<ItemEnquiryData> {
- // xxx allow globbing of library names
let cmd = MgmtCommand::LibraryListByGlob {
game: self.game.clone(),
lib, pat,
}
pub fn lib_name_list(ig: &Instance) -> Vec<String> {
- // xxx put bundle id in here or something show it shows up in libs list
ig.all_shapelibs().iter().map(
|reg| reg.libs.keys().cloned()
).flatten().collect()