PackageKitGlib.TransactionList¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
|
|
|
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The |
|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class PackageKitGlib.TransactionList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
New in version 0.5.3.
- get_ids()¶
- Returns:
the array of strings, free with
GLib.strfreev
()- Return type:
[
str
]
Gets the string lists of transaction IDs recognised as pending, running or finished by the daemon.
New in version 0.5.3.
Signal Details¶
- PackageKitGlib.TransactionList.signals.added(transaction_list, tid)¶
- Signal Name:
added
- Flags:
- Parameters:
transaction_list (
PackageKitGlib.TransactionList
) – The object which received the signaltid (
str
) – the transaction id
The
::added
signal is emitted when a tid has been added to the transaction list
- PackageKitGlib.TransactionList.signals.removed(transaction_list, tid)¶
- Signal Name:
removed
- Flags:
- Parameters:
transaction_list (
PackageKitGlib.TransactionList
) – The object which received the signaltid (
str
) – the transaction id
The
::removed
signal is emitted when a tid has been removed from the transaction list