summaryrefslogtreecommitdiff
path: root/lib/flatpak-installation.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/flatpak-installation.h')
-rw-r--r--lib/flatpak-installation.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/lib/flatpak-installation.h b/lib/flatpak-installation.h
index c3a1b19..4d954fe 100644
--- a/lib/flatpak-installation.h
+++ b/lib/flatpak-installation.h
@@ -177,28 +177,16 @@ FLATPAK_EXTERN gboolean flatpak_installation_uninstall (FlatpakInsta
FLATPAK_EXTERN gboolean flatpak_installation_fetch_remote_size_sync (FlatpakInstallation *self,
const char *remote_name,
- const char *commit,
+ FlatpakRef *ref,
guint64 *download_size,
guint64 *installed_size,
GCancellable *cancellable,
GError **error);
-FLATPAK_EXTERN gboolean flatpak_installation_fetch_remote_size_sync2 (FlatpakInstallation *self,
- const char *remote_name,
- FlatpakRef *ref,
- guint64 *download_size,
- guint64 *installed_size,
- GCancellable *cancellable,
- GError **error);
FLATPAK_EXTERN GBytes * flatpak_installation_fetch_remote_metadata_sync (FlatpakInstallation *self,
const char *remote_name,
- const char *commit,
+ FlatpakRef *ref,
GCancellable *cancellable,
GError **error);
-FLATPAK_EXTERN GBytes * flatpak_installation_fetch_remote_metadata_sync2 (FlatpakInstallation *self,
- const char *remote_name,
- FlatpakRef *ref,
- GCancellable *cancellable,
- GError **error);
FLATPAK_EXTERN GPtrArray * flatpak_installation_list_remote_refs_sync (FlatpakInstallation *self,
const char *remote_name,
GCancellable *cancellable,