Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
kodi_version_t Struct Reference

For kodi::Version used structure. More...

#include <General.h>

Public Attributes

std::string compile_name
 Application name, normally 'Kodi'.
 
int major
 Major code version of Kodi.
 
int minor
 Minor code version of Kodi.
 
std::string revision
 The Revision contains a id and the build date, e.g. 20170706-c6b22fe217-dirty.
 
std::string tag
 The version candidate e.g. alpha, beta or release.
 
std::string tag_revision
 The revision of tag before.
 

Detailed Description

For kodi::Version used structure.

Member Data Documentation

◆ compile_name

std::string kodi_version_t::compile_name

Application name, normally 'Kodi'.

◆ major

int kodi_version_t::major

Major code version of Kodi.

◆ minor

int kodi_version_t::minor

Minor code version of Kodi.

◆ revision

std::string kodi_version_t::revision

The Revision contains a id and the build date, e.g. 20170706-c6b22fe217-dirty.

◆ tag

std::string kodi_version_t::tag

The version candidate e.g. alpha, beta or release.

◆ tag_revision

std::string kodi_version_t::tag_revision

The revision of tag before.


The documentation for this struct was generated from the following file: