From: Jay Freeman (saurik) Date: Wed, 1 Oct 2008 20:47:56 +0000 (+0000) Subject: GSSystemGetCapability X-Git-Url: https://git.saurik.com/iphone-api.git/commitdiff_plain/0c18d7b22c1438602998806c6f37ae3bbaf7e2ad GSSystemGetCapability --- diff --git a/GraphicsServices/GraphicsServices.h b/GraphicsServices/GraphicsServices.h index 4550a2f..87f8049 100644 --- a/GraphicsServices/GraphicsServices.h +++ b/GraphicsServices/GraphicsServices.h @@ -39,6 +39,7 @@ #define GRAPHICSSERVICES_GRAPHICSSERVICS_H_ #include +#import #include #include @@ -170,6 +171,9 @@ void GSSendSystemEvent(struct GSEventRecord *record); void GSSendEvent(struct GSEventRecord *record, mach_port_name_t port); struct GSPathInfo GSEventGetPathInfoAtIndex(GSEventRef event, unsigned index); +CFArrayRef GSSystemGetCapability(CFStringRef type); +extern CFStringRef const kGSDisplayIdentifiersCapability; + #ifdef __cplusplus } #endif