| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#import <unistd.h>#import <sys/mount.h>#include "utils/log.h"#include "CompileInfo.h"#include "ServiceBroker.h"#include "windowing/osx/WinSystemOSX.h"#import <Cocoa/Cocoa.h>#import <QuartzCore/QuartzCore.h>#import <OpenGL/OpenGL.h>#import <OpenGL/gl.h>#import <AudioUnit/AudioUnit.h>#import <AudioToolbox/AudioToolbox.h>#import <CoreServices/CoreServices.h>#import "CocoaInterface.h"#import "DllPaths_generated.h"#import "platform/darwin/AutoPool.h"Functions | |
| CGDirectDisplayID | Cocoa_GetDisplayIDFromScreen (NSScreen *screen) | 
| NSOpenGLContext * | Cocoa_GL_GetCurrentContext (void) | 
| uint32_t | Cocoa_GL_GetCurrentDisplayID (void) | 
| 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 | ) | 
| CGDirectDisplayID Cocoa_GetDisplayIDFromScreen | ( | NSScreen * | screen | ) | 
| bool Cocoa_GetVolumeNameFromMountPoint | ( | const std::string & | mountPoint, | 
| std::string & | volumeName | ||
| ) | 
| NSOpenGLContext * Cocoa_GL_GetCurrentContext | ( | void | ) | 
| uint32_t Cocoa_GL_GetCurrentDisplayID | ( | void | ) | 
| void Cocoa_HideMouse | ( | ) | 
| char * Cocoa_MountPoint2DeviceName | ( | char * | path | ) | 
| const char * Cocoa_Paste | ( | ) | 
| void Cocoa_ShowMouse | ( | ) |