List of Global Functions
Detach -
GetBaseSelections - Get all available base selections sorted in reverse order (highest ordered bases selection comes first).
GetProductName - Read product name and version for the old and new release. Fill installedVersion and updateVersion.
ProductsCompatible - Check if installed product and product to upgrade to are compatible
ProposeSelection - Propose a selection for the update and save it's name in Update::selected_selection.
Reset -
List of Global Variables
Get all available base selections sorted in reverse order (highest ordered bases selection comes first).
Return value
list<string>
Read product name and version for the old and new release. Fill installedVersion and updateVersion.
Return value
boolean - success
Check if installed product and product to upgrade to are compatible
Return value
boolean - true if update is possible
Propose a selection for the update and save it's name in Update::selected_selection.
Return value
void