Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
general.h File Reference
#include <stdbool.h>

Classes

struct  AddonKeyboardKeyTable
 
struct  AddonToKodiFuncTable_kodi
 

Typedefs

typedef enum StdKbButtons StdKbButtons
 For kodi::CurrentKeyboardLayout used defines.
 
typedef enum QueueMsg QueueMsg
 For kodi::QueueNotification() used message types.
 
typedef enum LangFormats LangFormats
 Format codes to get string from them.
 
typedef struct AddonKeyboardKeyTable AddonKeyboardKeyTable
 
typedef struct AddonToKodiFuncTable_kodi AddonToKodiFuncTable_kodi
 

Enumerations

enum  StdKbButtons {
  STD_KB_BUTTONS_PER_ROW = 20 , STD_KB_BUTTONS_MAX_ROWS = 4 , STD_KB_MODIFIER_KEY_NONE = 0x00 , STD_KB_MODIFIER_KEY_SHIFT = 0x01 ,
  STD_KB_MODIFIER_KEY_SYMBOL = 0x02
}
 For kodi::CurrentKeyboardLayout used defines. More...
 
enum  QueueMsg { QUEUE_INFO , QUEUE_WARNING , QUEUE_ERROR , QUEUE_OWN_STYLE }
 For kodi::QueueNotification() used message types. More...
 
enum  LangFormats { LANG_FMT_ISO_639_1 , LANG_FMT_ISO_639_2 , LANG_FMT_ENGLISH_NAME }
 Format codes to get string from them. More...
 

Typedef Documentation

◆ AddonKeyboardKeyTable

typedef struct AddonKeyboardKeyTable AddonKeyboardKeyTable

◆ AddonToKodiFuncTable_kodi

typedef struct AddonToKodiFuncTable_kodi AddonToKodiFuncTable_kodi