summaryrefslogtreecommitdiff
path: root/lib/flatpak-installation.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-16 10:22:45 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-16 10:22:45 +0200
commit7cffe7c1b186031ab242ec153b0920e2ea6d15da (patch)
tree8bfc62a365659b1b28406aa3ea31863508f16521 /lib/flatpak-installation.h
parent90c909a93283eb072560c69fb28df6f611dea65f (diff)
downloadxdg-app-7cffe7c1b186031ab242ec153b0920e2ea6d15da.tar.gz
Actually export flatpak_installation_drop_caches
Diffstat (limited to 'lib/flatpak-installation.h')
-rw-r--r--lib/flatpak-installation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/flatpak-installation.h b/lib/flatpak-installation.h
index 4d954fe..796d1e1 100644
--- a/lib/flatpak-installation.h
+++ b/lib/flatpak-installation.h
@@ -95,6 +95,9 @@ typedef void (*FlatpakProgressCallback)(const char *status,
gboolean estimating,
gpointer user_data);
+FLATPAK_EXTERN gboolean flatpak_installation_drop_caches (FlatpakInstallation *self,
+ GCancellable *cancellable,
+ GError **error);
FLATPAK_EXTERN gboolean flatpak_installation_get_is_user (FlatpakInstallation *self);
FLATPAK_EXTERN GFile *flatpak_installation_get_path (FlatpakInstallation *self);
FLATPAK_EXTERN gboolean flatpak_installation_launch (FlatpakInstallation *self,