Kodi Development  20.0
for Binary and Script based Add-Ons
Definitions, structures and enumerators

Detailed Description

Library definition values
Additional values, structures and things that are used in the Window class.


Go back to normal functions from CWindow

Typedefs

using ClientHandle = KODI_GUI_CLIENT_HANDLE
 Handler for addon-sided processing class
If the callback functions used by the window are not used directly in the CWindow class and are outside of it. More...
 

Typedef Documentation

◆ ClientHandle

using ClientHandle = KODI_GUI_CLIENT_HANDLE

Handler for addon-sided processing class
If the callback functions used by the window are not used directly in the CWindow class and are outside of it.

This value here corresponds to a void* and returns the address requested by the add-on for callbacks.