Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Definitions, structures and enumerators

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

Typedefs

using kodi::gui::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.
 

Detailed Description

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


Go back to normal functions from CWindow

Typedef Documentation

◆ ClientHandle

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.