kodi
Static Public Member Functions | List of all members
ADDON::Interface_GUIGeneral Struct Reference

Global gui Add-on to Kodi callback functions. More...

#include <General.h>

Static Public Member Functions

static void Init (AddonGlobalInterface *addonInterface)
 
static void DeInit (AddonGlobalInterface *addonInterface)
 
static void lock ()
 callback functions from add-on to kodi More...
 
static void unlock ()
 
static int get_screen_height (KODI_HANDLE kodiBase)
 
static int get_screen_width (KODI_HANDLE kodiBase)
 
static int get_video_resolution (KODI_HANDLE kodiBase)
 
static int get_current_window_dialog_id (KODI_HANDLE kodiBase)
 
static int get_current_window_id (KODI_HANDLE kodiBase)
 
static ADDON_HARDWARE_CONTEXT get_hw_context (KODI_HANDLE kodiBase)
 
static AdjustRefreshRateStatus get_adjust_refresh_rate_status (KODI_HANDLE kodiBase)
 

Detailed Description

Global gui Add-on to Kodi callback functions.

To hold general gui functions and initialize also all other gui related types not related to a instance type and usable for every add-on type.

Related add-on header is "./xbmc/addons/kodi-dev-kit/include/kodi/gui/General.h"

Member Function Documentation

◆ lock()

void ADDON::Interface_GUIGeneral::lock ( )
static

callback functions from add-on to kodi

Note
For add of new functions use the "_" style to identify direct a add-on callback function. Everything with CamelCase is only for the usage in Kodi only.

The parameter kodiBase is used to become the pointer for a CAddonDll class.


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