|
VAPOR3 3.9.4
|
#include <string>#include <functional>Go to the source code of this file.
Classes | |
| struct | UpdateInfo |
Functions | |
| void | CheckForUpdate (std::function< void(bool updateAvailable, UpdateInfo info)> callback) |
| void CheckForUpdate | ( | std::function< void(bool updateAvailable, UpdateInfo info)> | callback | ) |
Uses the GitHub API to check Vapor's latest release version and compares it against the current version. If an update is available, info will be populated.