Function alpm_sys::alpm_db_get_name[][src]

pub unsafe extern "C" fn alpm_db_get_name(
    db: *const alpm_db_t
) -> *const c_char
Expand description

Get the name of a package database. @param db pointer to the package database @return the name of the package database, NULL on error