mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-04 15:15:25 -04:00
common/flatpak-dir-private.h: Fix order of arguments
This issue was introduced by commit5da7a0411. Fixes https://github.com/flatpak/flatpak/issues/2966 Closes: #2968 Approved by: matthiasclasen (cherry picked from commit1ce250b5bd) Closes: #2992 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
3f8a68e40f
commit
944e7bf381
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user