summaryrefslogtreecommitdiff
path: root/lib/packagekit-glib2/pk-client.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-04packagekit-glib2: Export pk_client_create_helper_argv_envp()Julian Andres Klode1-0/+3
2017-09-20Remove function prototypes that don't have an implementationRobert Ancell1-1/+0
2017-09-19Fix gtk-doc errorsRobert Ancell1-0/+3
2016-01-28Port to g_autoptr()Richard Hughes1-0/+4
2015-10-29Add transaction flags to the recently-added UpgradeSystemRichard Hughes1-0/+1
2015-10-28By popular demand, reintroduce the UpgradeSystem methodRichard Hughes1-0/+9
2014-02-16Add a RepoRemove method to the transaction interfaceRichard Hughes1-0/+10
2014-02-07Add GetFilesLocal() to be able to get the file list of a local fileRichard Hughes1-1/+9
2014-01-28Add a new method GetDetailsLocal to get details about local packagesRichard Hughes1-0/+8
2013-12-20Rename GetDepends and GetRequires to DependsOn and RequiredByMatthias Klumpp1-2/+2
2013-12-05Remove the PkProvidesEnum parameter from WhatProvidesRichard Hughes1-1/+0
2013-12-05Remove deprecated API from the libpackagekit-glib libraryRichard Hughes1-10/+0
2013-12-04Remove the UpgradeSystem methodRichard Hughes1-0/+1
2013-04-11trivial: Clarify the PkErrorEnums-in-GError situationRichard Hughes1-1/+1
2012-07-10glib: Remove support for UpdateSystem()Richard Hughes1-8/+0
2012-06-03Remove the Transaction.Rollback method, nothing uses itRichard Hughes1-8/+0
2012-06-01Remove the only_trusted flag and Simulate* methods in favour of using transac...Richard Hughes1-47/+7
2011-12-09Add new roles SimulateRepairSystem and RepairSystemSebastian Heinlein1-0/+16
2010-11-06Add an upgrade-kind parameter to UpgradeSystem()Richard Hughes1-0/+1
2010-11-02Add a new backend role for updating the whole distro: UpgradeSystemRichard Hughes1-1/+9
2010-10-31Add some C getters and setters for PkClient and PkTaskRichard Hughes1-0/+15
2010-06-04glib: Explicitly mark the library as LGPLv2 by using the correct boilerplate ...Richard Hughes1-11/+11
2010-02-24Forgot lib-glib2 change about simulateRemovePackage autoremoveDaniel Nicoletti1-0/+1
2010-02-18trivial: actually define PK_CLIENT_ERROR_LAST -- I think I'm actually going i...Richard Hughes1-1/+3
2010-02-02Define a new error code for when the user declines the simulationRichard Hughes1-1/+3
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2010-01-27Fix some trivial whitespace issuesRichard Hughes1-1/+1
2010-01-07glib2: Add a parent object to all the source objects to track the source role...Richard Hughes1-0/+1
2009-11-20Rename three methods in the unstable glib2 library so we are ready for 0.6.x ...Richard Hughes1-3/+3
2009-09-24Allow multiple search terms in packagekit-glib2, and add support in the clien...Richard Hughes1-5/+5
2009-09-17glib2: Add pk_client_get_progress_async() so we can peek at the transaction w...Richard Hughes1-0/+10
2009-09-09trivial: Fix up a metric boatload of GtkDoc problems in the new glib2 libraryRichard Hughes1-5/+0
2009-09-05glib2: get rid of library includes that are not neededRichard Hughes1-0/+1
2009-09-04glib2: alex tells me the async methods should return a copy, not constRichard Hughes1-1/+1
2009-09-04glib2: add pk_client_rollback_async() as it looks like Rollback is going to b...Richard Hughes1-0/+8
2009-09-03glib2: Add better examples to the PkTaskWrapperRichard Hughes1-1/+1
2009-09-02glib2: fix up a couple of memory leaks and make valgrind and gdb happyRichard Hughes1-0/+1
2009-09-01glib2: Add a working pk_client_adopt_async() method.Richard Hughes1-1/+1
2009-09-01glib2: add start of pk_client_adopt_async()Richard Hughes1-0/+8
2009-09-01glib2: make the client methods cancellableRichard Hughes1-8/+0
2009-08-28glib2: merge a broken version of pk_client_cancel_async()Richard Hughes1-0/+8
2009-08-28glib2: add in PkClient and PkControl errorsRichard Hughes1-0/+25
2009-08-28glib2: add pk_client_get_old_transactions_async()Richard Hughes1-0/+8
2009-08-28glib2: use a abstract progress object that we can easily extend in the futureRichard Hughes1-78/+64
2009-08-27glib2: add the rest of the client methodsRichard Hughes1-42/+26
2009-08-27glib2: Add some more client prototypesRichard Hughes1-1/+228
2009-08-27glib2: Add some more client methodsRichard Hughes1-14/+43
2009-08-27glib2: add ROLE and STATUS propertiesRichard Hughes1-2/+2
2009-08-27glib2: add PkClient ::Details and ::UpdateDetail codeRichard Hughes1-3/+2
2009-08-26glib2: add pk_client_get_details_async() and pk_client_get_update_detail_async()Richard Hughes1-0/+27