| Top |  |  |  |  | 
These provide a good way to keep a list of the jobs being processed so we can see what type of jobs and thier status easily.
gchar **
pk_transaction_list_get_ids (PkTransactionList *tlist);
Gets the string lists of transaction IDs recognised as pending, running or finished by the daemon.
Since: 0.5.3
“added” signalvoid user_function (PkTransactionList *tlist, gchar *tid, gpointer user_data)
The ::added signal is emitted when a tid has been added to the transaction list
| tlist | the PkTransactionList instance that emitted the signal | |
| tid | the transaction id | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last
“removed” signalvoid user_function (PkTransactionList *tlist, gchar *tid, gpointer user_data)
The ::removed signal is emitted when a tid has been removed from the transaction list
| tlist | the PkTransactionList instance that emitted the signal | |
| tid | the transaction id | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last