| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Functions | |
| bool | Cocoa_CVDisplayLinkCreate (void *displayLinkcallback, void *displayLinkContext) | 
| void | Cocoa_CVDisplayLinkRelease (void) | 
| void | Cocoa_CVDisplayLinkUpdate (void) | 
| void | Cocoa_DoAppleScript (const char *scriptSource) | 
| void | Cocoa_DoAppleScriptFile (const char *filePath) | 
| char * | Cocoa_MountPoint2DeviceName (char *path) | 
| bool | Cocoa_GetVolumeNameFromMountPoint (const std::string &mountPoint, std::string &volumeName) | 
| void | Cocoa_HideMouse () | 
| void | Cocoa_ShowMouse () | 
| const char * | Cocoa_Paste () | 
| void Cocoa_DoAppleScript | ( | const char * | scriptSource | ) | 
| void Cocoa_DoAppleScriptFile | ( | const char * | filePath | ) | 
| bool Cocoa_GetVolumeNameFromMountPoint | ( | const std::string & | mountPoint, | 
| std::string & | volumeName | ||
| ) | 
| void Cocoa_HideMouse | ( | ) | 
| char * Cocoa_MountPoint2DeviceName | ( | char * | path | ) | 
| const char * Cocoa_Paste | ( | ) | 
| void Cocoa_ShowMouse | ( | ) |