]> Pileus Git - ~andy/gtk/blob - tests/dummy-headers/AppKit/AppKit.h
Extend the C++ keyword test to include internal GDK headers (#449016).
[~andy/gtk] / tests / dummy-headers / AppKit / AppKit.h
1 /* Dummy header for the Quartz backend. */
2
3 typedef int NSTrackingRectTag;
4
5 @interface NSAutoreleasePool {}
6 @end
7
8 @interface NSCursor {}
9 @end
10
11 @interface NSEvent {}
12 @end
13
14 @interface NSImage {}
15 @end
16
17 @interface NSView {}
18 @end
19
20 @interface NSWindow {}
21 @end
22
23 @protocol NSDraggingInfo
24 @end