packagekit/libpackagekit
2007-11-10 12:40:27 +00:00
..
.gitignore add more to gitignore 2007-11-04 21:53:27 +00:00
Makefile.am add a make gprof target to identify hot spots 2007-11-04 22:05:13 +00:00
pk-client.c add some gtk-doc markup to PkClient 2007-11-09 11:36:24 +00:00
pk-client.h Adds a boolean flag recursive to the GetDepends and GetRequires method. 2007-11-07 18:47:11 +00:00
pk-common.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-common.h add pk_strtouint to the library API 2007-11-08 22:52:30 +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 add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-debug.h
pk-enum-list.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-enum-list.h
pk-enum.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00:00
pk-enum.h Add a 'none' filter enum entry. 2007-11-07 22:54:28 -05: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
pk-package-id.c add a metric ton of gtk-doc comments in libpackagekit 2007-11-09 10:47:16 +00: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 Build libgbus and libselftest as objects, not static library; also build with -fPIC, otherwise it won't link on x86_64. 2007-11-10 12:40:27 +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