Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::Python::PyContextState Struct Reference

Public Member Functions

 PyContextState (bool pcreatedByGilRelease=false)
 

Public Attributes

int value = 0
 
PyThreadState * state
 
int gilReleasedDepth = 0
 
bool createdByGilRelease
 

Constructor & Destructor Documentation

◆ PyContextState()

XBMCAddon::Python::PyContextState::PyContextState ( bool pcreatedByGilRelease = false)
inlineexplicit

Member Data Documentation

◆ createdByGilRelease

bool XBMCAddon::Python::PyContextState::createdByGilRelease

◆ gilReleasedDepth

int XBMCAddon::Python::PyContextState::gilReleasedDepth = 0

◆ state

PyThreadState* XBMCAddon::Python::PyContextState::state

◆ value

int XBMCAddon::Python::PyContextState::value = 0

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