alpm_db_get_name

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

extern (C)
const(char)*
alpm_db_get_name
(
const(alpm_db_t)* db
)

Meta