Top |
PkDistroUpgrade * | pk_distro_upgrade_new () |
const gchar * | pk_distro_upgrade_get_id () |
const gchar * | pk_distro_upgrade_get_summary () |
PkDistroUpgradeEnum | pk_distro_upgrade_get_state () |
This GObject represents a distro_upgrade 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_distro_upgrade_get_id (PkDistroUpgrade *distro_upgrade
);
Gets the distribution identifier. You use this value to call UpgradeSystem.
Since: 0.6.11
const gchar *
pk_distro_upgrade_get_summary (PkDistroUpgrade *distro_upgrade
);
Gets the description of the distribution upgrade.
Since: 0.6.11
PkDistroUpgradeEnum
pk_distro_upgrade_get_state (PkDistroUpgrade *distro_upgrade
);
Gets the status of the distribution upgrade.
Since: 0.6.11
“state”
property“state” PkDistroUpgradeEnum
Flags: Read / Write
Default value: PK_DISTRO_UPGRADE_ENUM_UNKNOWN
Since: 0.5.4