summaryrefslogtreecommitdiff
path: root/lib/packagekit-glib2/pk-client.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-10-29 10:16:47 +0000
committerRichard Hughes <richard@hughsie.com>2015-10-29 10:16:49 +0000
commit73fd9923c8b2b7ea4a17451cbad33ddf5d8f1c05 (patch)
treec03588e4656f3bf7383ab26dc3112f3a59cf77ef /lib/packagekit-glib2/pk-client.h
parente94b80f90179db18221b2eff93b4561b5418fbfb (diff)
Add transaction flags to the recently-added UpgradeSystem
We added transaction flags in the big API break of 0.9, which was after UpgradeSystem was removed.
Diffstat (limited to 'lib/packagekit-glib2/pk-client.h')
-rw-r--r--lib/packagekit-glib2/pk-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/packagekit-glib2/pk-client.h b/lib/packagekit-glib2/pk-client.h
index 9e2bc04de..40ca88c64 100644
--- a/lib/packagekit-glib2/pk-client.h
+++ b/lib/packagekit-glib2/pk-client.h
@@ -371,6 +371,7 @@ void pk_client_repo_remove_async (PkClient *client,
gpointer user_data);
void pk_client_upgrade_system_async (PkClient *client,
+ PkBitfield transaction_flags,
const gchar *distro_id,
PkUpgradeKindEnum upgrade_kind,
GCancellable *cancellable,