summaryrefslogtreecommitdiff
path: root/common/flatpak-transaction.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-05-25 14:08:10 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2018-05-29 16:37:21 +0200
commit06856497636caab5e48de7c2072c2f4d681413aa (patch)
tree94de4f440ba6e6fde2ff4935952b645925430d36 /common/flatpak-transaction.h
parent13b1175bc464319be3935abbae05595c8547235f (diff)
downloadflatpak-06856497636caab5e48de7c2072c2f4d681413aa.tar.gz
Transaction: Move update_metadata() into transaction_run()
There is no real need to have to manually call this, we just want it to happen automatically.
Diffstat (limited to 'common/flatpak-transaction.h')
-rw-r--r--common/flatpak-transaction.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/flatpak-transaction.h b/common/flatpak-transaction.h
index d6baffb7..0d2ba1a2 100644
--- a/common/flatpak-transaction.h
+++ b/common/flatpak-transaction.h
@@ -63,11 +63,6 @@ FLATPAK_EXTERN
void flatpak_transaction_set_reinstall (FlatpakTransaction *self,
gboolean reinstall);
FLATPAK_EXTERN
-gboolean flatpak_transaction_update_metadata (FlatpakTransaction *self,
- gboolean all_remotes,
- GCancellable *cancellable,
- GError **error);
-FLATPAK_EXTERN
gboolean flatpak_transaction_run (FlatpakTransaction *self,
GCancellable *cancellable,
GError **error);