Function libflatpak::functions::system_installations
source · pub fn system_installations(
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<Installation>, Error>
Expand description
Lists the system installations according to the current configuration and current availability (e.g. doesn’t return a configured installation if not reachable).
§cancellable
§Returns
a GPtrArray of
Installation
instances