Top |
This GObject represents a transaction_past from a transaction_past. 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_transaction_past_get_cmdline (PkTransactionPast *past
);
Gets the past transaction cmdline value;
Since: 0.8.11
const gchar *
pk_transaction_past_get_data (PkTransactionPast *past
);
Gets the past transaction data;
Since: 0.8.11
const gchar *
pk_transaction_past_get_id (PkTransactionPast *past
);
Gets the past transaction ID value;
Since: 0.8.11
const gchar *
pk_transaction_past_get_timespec (PkTransactionPast *past
);
Gets the past transaction timespec value;
Since: 0.8.11
GDateTime *
pk_transaction_past_get_datetime (PkTransactionPast *past
);
Gets the past transaction date & time value;
Since: 0.8.11
gint64
pk_transaction_past_get_timestamp (PkTransactionPast *past
);
Gets the past transaction timestamp
Since: 0.8.11
gboolean
pk_transaction_past_get_succeeded (PkTransactionPast *past
);
Gets the past transaction succeeded value;
Since: 0.8.11
guint
pk_transaction_past_get_duration (PkTransactionPast *past
);
Gets the past transaction duration;
Since: 0.8.11
guint
pk_transaction_past_get_uid (PkTransactionPast *past
);
Gets the past transaction uid;
Since: 0.8.11
PkRoleEnum
pk_transaction_past_get_role (PkTransactionPast *past
);
Gets the past transaction role;
Since: 0.8.11
“role”
property“role” PkRoleEnum
Flags: Read / Write
Default value: PK_ROLE_ENUM_UNKNOWN
Since: 0.5.4