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 () |
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