Top |
PkEulaRequired * | pk_eula_required_new () |
const gchar * | pk_eula_required_get_eula_id () |
const gchar * | pk_eula_required_get_license_agreement () |
const gchar * | pk_eula_required_get_package_id () |
const gchar * | pk_eula_required_get_vendor_name () |
This GObject represents a eula_required 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_eula_required_get_eula_id (PkEulaRequired *eula_required
);
Get the ID for this EULA
Since: 1.1.8
const gchar *
pk_eula_required_get_license_agreement
(PkEulaRequired *eula_required
);
Get the text of the license agreement.
Since: 1.1.8
const gchar *
pk_eula_required_get_package_id (PkEulaRequired *eula_required
);
Get the PackageID this EULA is for
Since: 1.1.8