PackageKitGlib.TransactionList

g GObject.Object GObject.Object PackageKitGlib.TransactionList PackageKitGlib.TransactionList GObject.Object->PackageKitGlib.TransactionList

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_ids ()

Virtual Methods

Inherited:

GObject.Object (7)

do_added (tid)

do_removed (tid)

Properties

None

Signals

Inherited:

GObject.Object (1)

Name

Short Description

added

The ::added signal is emitted when a tid has been added to the transaction list

removed

The ::removed signal is emitted when a tid has been removed from the transaction list

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

priv

PackageKitGlib.TransactionListPrivate

r

Class Details

class PackageKitGlib.TransactionList(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

PackageKitGlib.TransactionListClass

classmethod new()
Return type:

PackageKitGlib.TransactionList

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.

do_added(tid) virtual
Parameters:

tid (str) –

do_removed(tid) virtual
Parameters:

tid (str) –

Signal Details

PackageKitGlib.TransactionList.signals.added(transaction_list, tid)
Signal Name:

added

Flags:

RUN_LAST

Parameters:

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:

RUN_LAST

Parameters:

The ::removed signal is emitted when a tid has been removed from the transaction list