xbmc
Public Member Functions | List of all members
XBMCAddon::DelayedCallGuard Class Reference

This class can be used to access the language hook's DelayedCallOpen and DelayedCallClose. More...

#include <LanguageHook.h>

Public Member Functions

 DelayedCallGuard (LanguageHook *languageHook_)
 
LanguageHookgetLanguageHook ()
 

Detailed Description

This class can be used to access the language hook's DelayedCallOpen and DelayedCallClose.

It should be used whenever an API method is written such that it can block for an indefinite amount of time since certain scripting languages (like Python) need to do extra work for delayed calls (like free the python locks and handle callbacks).


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