| Top |  |  |  |  | 
| PkUpdateDetail * | pk_update_detail_new () | 
| const gchar * | pk_update_detail_get_package_id () | 
| gchar ** | pk_update_detail_get_updates () | 
| gchar ** | pk_update_detail_get_obsoletes () | 
| gchar ** | pk_update_detail_get_vendor_urls () | 
| gchar ** | pk_update_detail_get_bugzilla_urls () | 
| gchar ** | pk_update_detail_get_cve_urls () | 
| PkRestartEnum | pk_update_detail_get_restart () | 
| const gchar * | pk_update_detail_get_update_text () | 
| const gchar * | pk_update_detail_get_changelog () | 
| PkUpdateStateEnum | pk_update_detail_get_state () | 
| const gchar * | pk_update_detail_get_issued () | 
| const gchar * | pk_update_detail_get_updated () | 
| GStrv | bugzilla-urls | Read / Write | 
| gchar * | changelog | Read / Write | 
| GStrv | cve-urls | Read / Write | 
| gchar * | issued | Read / Write | 
| GStrv | obsoletes | Read / Write | 
| gchar * | package-id | Read / Write | 
| PkRestartEnum | restart | Read / Write | 
| PkUpdateStateEnum | state | Read / Write | 
| gchar * | update-text | Read / Write | 
| gchar * | updated | Read / Write | 
| GStrv | updates | Read / Write | 
| GStrv | vendor-urls | Read / Write | 
This GObject represents a update_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_update_detail_get_package_id (PkUpdateDetail *update_detail);
Gets the update detail package ID.
Since: 0.8.8
gchar **
pk_update_detail_get_updates (PkUpdateDetail *update_detail);
Gets the update detail updates IDs.
Since: 0.8.8
gchar **
pk_update_detail_get_obsoletes (PkUpdateDetail *update_detail);
Gets the update detail obsoletes IDs.
Since: 0.8.8
gchar **
pk_update_detail_get_vendor_urls (PkUpdateDetail *update_detail);
Gets the update detail vendor URLs.
Since: 0.8.8
gchar **
pk_update_detail_get_bugzilla_urls (PkUpdateDetail *update_detail);
Gets the update detail bugzilla URLs.
Since: 0.8.8
gchar **
pk_update_detail_get_cve_urls (PkUpdateDetail *update_detail);
Gets the update detail CVE URLs.
Since: 0.8.8
PkRestartEnum
pk_update_detail_get_restart (PkUpdateDetail *update_detail);
Gets the update detail restart kind.
Since: 0.8.8
const gchar *
pk_update_detail_get_update_text (PkUpdateDetail *update_detail);
Gets the update detail update text.
Since: 0.8.8
const gchar *
pk_update_detail_get_changelog (PkUpdateDetail *update_detail);
Gets the update detail changelog.
Since: 0.8.8
PkUpdateStateEnum
pk_update_detail_get_state (PkUpdateDetail *update_detail);
Gets the update detail state.
Since: 0.8.8
const gchar *
pk_update_detail_get_issued (PkUpdateDetail *update_detail);
Gets the update detail issued string.
Since: 0.8.8
const gchar *
pk_update_detail_get_updated (PkUpdateDetail *update_detail);
Gets the update detail updated string.
Since: 0.8.8
“restart” property“restart” PkRestartEnum
Flags: Read / Write
Default value: PK_RESTART_ENUM_UNKNOWN
Since: 0.5.4
“state” property“state” PkUpdateStateEnum
Flags: Read / Write
Default value: PK_UPDATE_STATE_ENUM_UNKNOWN
Since: 0.5.4
“update-text” property“update-text” gchar *
Flags: Read / Write
Default value: NULL
Since: 0.5.4