PackageKitGlib.TransactionPast¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class PackageKitGlib.TransactionPast(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
PackageKitGlib.TransactionPast
object.- Return type:
New in version 0.5.4.
- get_cmdline()¶
- Returns:
The transaction data
- Return type:
Gets the past transaction cmdline value;
New in version 0.8.11.
- get_data()¶
- Returns:
The transaction data
- Return type:
Gets the past transaction data;
New in version 0.8.11.
- get_datetime()¶
- Returns:
The transaction data, or
None
if it’s not available- Return type:
Gets the past transaction date & time value;
New in version 0.8.11.
- get_duration()¶
- Returns:
The transaction duration in ms
- Return type:
Gets the past transaction duration;
New in version 0.8.11.
- get_id()¶
- Returns:
The transaction data
- Return type:
Gets the past transaction ID value;
New in version 0.8.11.
- get_role()¶
- Returns:
The transaction data
- Return type:
Gets the past transaction role;
New in version 0.8.11.
- get_succeeded()¶
- Returns:
The transaction data
- Return type:
Gets the past transaction succeeded value;
New in version 0.8.11.
- get_timespec()¶
- Returns:
The transaction data
- Return type:
Gets the past transaction timespec value;
New in version 0.8.11.
- get_timestamp()¶
- Returns:
The transaction data, or 0 if it’s not available
- Return type:
Gets the past transaction timestamp
New in version 0.8.11.
Property Details¶
- PackageKitGlib.TransactionPast.props.cmdline¶
-
New in version 0.5.4.
- PackageKitGlib.TransactionPast.props.data¶
-
New in version 0.5.4.
- PackageKitGlib.TransactionPast.props.duration¶
-
New in version 0.5.4.
- PackageKitGlib.TransactionPast.props.succeeded¶
-
New in version 0.5.4.
- PackageKitGlib.TransactionPast.props.tid¶
-
New in version 0.5.4.
- PackageKitGlib.TransactionPast.props.timespec¶
-
New in version 0.5.4.