18 #ifndef ADBLOCK_PLUS_APP_INFO_H
19 #define ADBLOCK_PLUS_APP_INFO_H
62 AppInfo() : developmentBuild(false) {}
Information about the app using libadblockplus.
Definition: AppInfo.h:28
std::string applicationVersion
Current version of the platform the app is running on.
Definition: AppInfo.h:49
Main namespace of libadblockplus.
Definition: ActiveObject.h:23
std::string name
Technical name of the app (not user visible).
Definition: AppInfo.h:39
std::string locale
Locale to use, as a Mozilla locale code.
Definition: AppInfo.h:55
bool developmentBuild
Whether the app is a development build, the default is false.
Definition: AppInfo.h:60
std::string version
Current version of the app, in Mozilla toolkit version format.
Definition: AppInfo.h:34
std::string application
Technical name of the platform the app is running on (not user visible).
Definition: AppInfo.h:44