Skip navigation.
 
mlRe: Searching Header Files
FROM : Ben Dougall
DATE : Sun Nov 21 13:22:01 2004

On Sunday, November 21, 2004, at 05:30  am, Nick Zitzmann wrote:

>
> On Nov 20, 2004, at 6:51 PM, Joey Coyle wrote:
>

>> Does this just mean the header file is not public for us to view??

>
> No, it means that you might not be including the right frameworks. A 
> quick BBEdit search shows that CGDirectDisplayID is defined in 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
> Frameworks/CoreGraphics.framework/Versions/A/Headers/> 
> CGDirectDisplay.h.


here's a useful command line search to tell you all the headers that a 
particular phrase appears in:

find /System/Library/Frameworks -name \*.h -exec grep -li 
"CGDirectDisplayID" {} \;

Related mailsAuthorDate
mlSearching Header Files Joey Coyle Nov 20, 23:36
mlRe: Searching Header Files Markus Spath Nov 21, 01:07
mlRe: Searching Header Files Joey Coyle Nov 21, 02:51
mlRe: Searching Header Files Nick Zitzmann Nov 21, 06:30
mlRe: Searching Header Files Ben Dougall Nov 21, 13:22
mlRe: Searching Header Files Joey Coyle Nov 21, 17:02
mlRe: Searching Header Files Nick Zitzmann Nov 21, 18:06
mlRe: Searching Header Files David Dunham Nov 21, 22:40
mlRe: Searching Header Files Joey Coyle Nov 22, 00:30
mlRe: Searching Header Files David Dunham Nov 24, 01:36