| Top |  |  |  |  | 
| PkRepoDetail * | pk_repo_detail_new () | 
| const gchar * | pk_repo_detail_get_id () | 
| const gchar * | pk_repo_detail_get_description () | 
| gboolean | pk_repo_detail_get_enabled () | 
This GObject represents a repo_detail from a transaction. These objects represent single items of data from the transaction, and are often present in lists (PkResults) or just refcounted in client programs.
const gchar *
pk_repo_detail_get_id (PkRepoDetail *repo_detail);
Gets the repository ID.
Since: 0.9.1
const gchar *
pk_repo_detail_get_description (PkRepoDetail *repo_detail);
Gets the repository description.
Since: 0.9.1
gboolean
pk_repo_detail_get_enabled (PkRepoDetail *repo_detail);
Gets the repository enabled status.
Since: 0.9.1