Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi_version_t Struct Reference

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

#include <General.h>

Public Attributes

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

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 canditate 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: