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 () |
gchar * | eula-id | Read / Write |
gchar * | license-agreement | Read / Write |
gchar * | package-id | Read / Write |
gchar * | vendor-name | Read / Write |
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
const gchar *
pk_eula_required_get_vendor_name (PkEulaRequired *eula_required
);
Get the vendor this EULA is from.
Since: 1.1.8
“eula-id”
property “eula-id” gchar *
ID for this EULA.
Flags: Read / Write
Default value: NULL
Since: 0.5.4
“license-agreement”
property “license-agreement” gchar *
The text of the license agreement.
Flags: Read / Write
Default value: NULL
Since: 0.5.4
“package-id”
property “package-id” gchar *
PackageID this EULA is for.
Flags: Read / Write
Default value: NULL
Since: 0.5.4
“vendor-name”
property “vendor-name” gchar *
Vendor this EULA is from.
Flags: Read / Write
Default value: NULL
Since: 0.5.4