packagekit/libpackagekit
2007-09-21 16:45:54 +01:00
..
.gitignore use a selftest library 2007-08-31 00:20:13 +01:00
Makefile.am make the PkActionList into a more generic PkEnumList for future usage in the filter and groups code 2007-09-09 16:47:12 +01:00
pk-connection.c move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-connection.h move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-debug.c Convert debug to using g_vasprintf for long debug 2007-08-31 11:40:16 +02:00
pk-debug.h Fix pk_debug usage (in pk-engine, and with attributes) 2007-08-29 16:58:16 +02:00
pk-enum-list.c we don't need the action enum now we have a fully populated role 2007-09-20 17:57:59 +01:00
pk-enum-list.h we don't need the action enum now we have a fully populated role 2007-09-20 17:57:59 +01:00
pk-enum.c add the method call InstallFile so we can install rpms and debs like we can in pirut 2007-09-21 16:45:54 +01:00
pk-enum.h add the method call InstallFile so we can install rpms and debs like we can in pirut 2007-09-21 16:45:54 +01:00
pk-job-list.c convert the job number to a transaction string. A big change, but it allows us to do some cool stuff. expect the daemon to leak and to crash for a few days. heh. 2007-09-18 21:35:32 +01:00
pk-job-list.h convert the job number to a transaction string. A big change, but it allows us to do some cool stuff. expect the daemon to leak and to crash for a few days. heh. 2007-09-18 21:35:32 +01:00
pk-marshal.list move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-package-id.c remove a memory leak, and optimise the storage of the ident structure on sparse data 2007-08-31 01:52:23 +01:00
pk-package-id.h split out the package id stuff to a seporate file, also add some tests 2007-08-31 01:33:49 +01:00
pk-polkit-client.c move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-polkit-client.h move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-self-test.c make the PkActionList into a more generic PkEnumList for future usage in the filter and groups code 2007-09-09 16:47:12 +01:00
pk-task-client.c we don't need the action enum now we have a fully populated role 2007-09-20 17:57:59 +01:00
pk-task-client.h connect up the transactions client side bits. 2007-09-17 23:20:28 +01:00
pk-task-common.c move the filter bits into the comon file 2007-09-07 16:39:46 +01:00
pk-task-common.h move the filter bits into the comon file 2007-09-07 16:39:46 +01:00
pk-task-list.c convert the job number to a transaction string. A big change, but it allows us to do some cool stuff. expect the daemon to leak and to crash for a few days. heh. 2007-09-18 21:35:32 +01:00
pk-task-list.h convert the job number to a transaction string. A big change, but it allows us to do some cool stuff. expect the daemon to leak and to crash for a few days. heh. 2007-09-18 21:35:32 +01:00
pk-task-monitor.c check for a null transaction id to try to investigate a segfault 2007-09-21 16:06:53 +01:00
pk-task-monitor.h convert the job number to a transaction string. A big change, but it allows us to do some cool stuff. expect the daemon to leak and to crash for a few days. heh. 2007-09-18 21:35:32 +01:00
README move the common client code to a library 2007-08-23 14:50:55 +01:00

PkTaskClient	Do action, wait until completion
PkTaskMonitor	Watch a single job for changes
PkJobList	Watch the job list for changes (list of jobs)
PkTaskList	Watch the job list and emit signals for tasks in job list