Top |
PkDetails * | pk_details_new () |
const gchar * | pk_details_get_package_id () |
const gchar * | pk_details_get_license () |
PkGroupEnum | pk_details_get_group () |
const gchar * | pk_details_get_description () |
const gchar * | pk_details_get_url () |
guint64 | pk_details_get_size () |
const gchar * | pk_details_get_summary () |
gchar * | description | Read / Write |
PkGroupEnum | group | Read / Write |
gchar * | license | Read / Write |
gchar * | package-id | Read / Write |
guint64 | size | Read / Write |
gchar * | summary | Read / Write |
gchar * | url | Read / Write |
This GObject represents a details 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_details_get_package_id (PkDetails *details
);
Gets the PackageId for the details object.
Since: 0.8.12
const gchar *
pk_details_get_license (PkDetails *details
);
Gets the license for the details object.
Since: 0.8.12
PkGroupEnum
pk_details_get_group (PkDetails *details
);
Gets the group for the details object.
Since: 0.8.12
const gchar *
pk_details_get_description (PkDetails *details
);
Gets the description for the details object.
Since: 0.8.12
const gchar *
pk_details_get_url (PkDetails *details
);
Gets the url for the details object.
Since: 0.8.12
guint64
pk_details_get_size (PkDetails *details
);
Gets the size for the details object: for installed packages it will return the installed size, for the rest the package size.
Since: 0.8.12
“description”
property“description” gchar *
Flags: Read / Write
Default value: NULL
Since: 0.5.4
“group”
property“group” PkGroupEnum
Flags: Read / Write
Default value: PK_GROUP_ENUM_UNKNOWN
Since: 0.5.4