common/flatpak-dir-private.h: Fix order of arguments

This issue was introduced by commit 5da7a0411.

Fixes https://github.com/flatpak/flatpak/issues/2966

Closes: #2968
Approved by: matthiasclasen

(cherry picked from commit 1ce250b5bd)

Closes: #2992
Approved by: alexlarsson
This commit is contained in:
Matthew Leeds
2019-06-18 13:12:23 -07:00
committed by Atomic Bot
parent 3f8a68e40f
commit 944e7bf381

View File

@@ -901,8 +901,8 @@ GPtrArray * flatpak_dir_find_local_related_for_metadata (FlatpakDir *self,
GCancellable *cancellable,
GError **error);
GPtrArray * flatpak_dir_find_local_related (FlatpakDir *self,
const char *remote_name,
const char *ref,
const char *remote_name,
gboolean deployed,
GCancellable *cancellable,
GError **error);