mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-24 07:38:15 -05:00
Some methods were missing a flags argument. This will be a problem in the future, when we want to pass a no-interaction flag to all methods. Therefore, add an empty flags enum for every method that is lacking one now. This is an api change for the system-helper interface. Closes: #2370 Approved by: alexlarsson