VAPOR3 3.9.4
Classes | Functions
CheckForUpdate.h File Reference
#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)
 

Function Documentation

◆ CheckForUpdate()

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.