packagekit/libpackagekit
2007-12-11 15:52:12 -05:00
..
.gitignore add more to gitignore 2007-11-04 21:53:27 +00:00
Makefile.am add some more files to clean up 2007-11-23 22:52:00 +00:00
pk-client.c o Change from 'licence' to 'license' throughout. 2007-12-03 16:49:42 -05:00
pk-client.h Add GetTimeSinceAction client API code 2007-11-20 20:22:36 +00:00
pk-common.c Fix a couple of minor typos in the docs. 2007-12-11 15:52:12 -05:00
pk-common.h add two convenience functions for iso8601 date and times 2007-11-21 23:06:36 +00:00
pk-connection.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-connection.h
pk-debug.c force a fflush to make sure we always get the error text context 2007-11-13 00:12:34 +00:00
pk-debug.h
pk-enum-list.c add another PkEnumList type 2007-11-10 19:28:30 +00:00
pk-enum-list.h add another PkEnumList type 2007-11-10 19:28:30 +00:00
pk-enum.c add in a free filter as discussed on the mailing list 2007-12-03 18:41:25 +00:00
pk-enum.h add in a free filter as discussed on the mailing list 2007-12-03 18:41:25 +00:00
pk-job-list.c job-list: Fix leak in job_list_refresh. 2007-11-05 18:08:53 -05:00
pk-job-list.h
pk-marshal.list
pk-network-dummy.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-network-nm.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-network.h Need to move src/pk-network.* into libpackagekit so vendors can plug in 2007-10-09 18:21:41 +01:00
pk-package-id.c Fix a couple of minor typos in the docs. 2007-12-11 15:52:12 -05:00
pk-package-id.h make a more general purpose function pk_string_id_equal so we can use it for the transaction_id also 2007-10-13 21:05:01 +01:00
pk-package-list.c use more of pk_strequal and pk_strcmp for security and speed 2007-11-01 19:58:57 +00:00
pk-package-list.h don't export the private data array in PkClient or PkPackageList - breaks API with gnome-packagekit 2007-10-19 14:15:13 +01:00
pk-polkit-client.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-polkit-client.h
pk-self-test.c use config.h in pk-self-test 2007-11-04 18:31:33 +00:00
pk-task-list.c remove task-list-finished and error-code from PkTaskList as there are no users now. A bit of background - the task list didn't give us all the details, and was essentially a non-discrimiate proxy of PkClient. This was bad. Now PkClient can do the other 'bolted on' stuff, there's no need for this functionality 2007-10-24 22:52:54 +01:00
pk-task-list.h don't use pk_task_list_get_lastest, instead use get_length an get_item to avoid exposing the private array data 2007-10-16 19:13:18 +01:00
README
wscript_build Fix x86_64 build (missing -fPIC). 2007-12-01 14:02:23 +00:00

PkClient	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