comparison dstep/appkit/NSErrors_bindings.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents
children
comparison
equal deleted inserted replaced
15:7ff919f595d5 16:19885b43130e
1 /**
2 * Copyright: Copyright (c) 2009 Jacob Carlborg.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: Sep 24, 2009
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */
7 module dstep.appkit.NSErrors_bindings;
8
9 import dstep.objc.objc;
10
11 extern (C)
12 {
13 extern
14 {
15 package id NSTextLineTooLongException;
16 package id NSTextNoSelectionException;
17 package id NSWordTablesWriteException;
18 package id NSWordTablesReadException;
19 package id NSTextReadException;
20 package id NSTextWriteException;
21 package id NSPasteboardCommunicationException;
22 package id NSPrintingCommunicationException;
23 package id NSAbortModalException;
24 package id NSAbortPrintingException;
25 package id NSIllegalSelectorException;
26 package id NSAppKitVirtualMemoryException;
27 package id NSBadRTFDirectiveException;
28 package id NSBadRTFFontTableException;
29 package id NSBadRTFStyleSheetException;
30 package id NSTypedStreamVersionException;
31 package id NSTIFFException;
32 package id NSPrintPackageException;
33 package id NSBadRTFColorTableException;
34 package id NSDraggingException;
35 package id NSColorListIOException;
36 package id NSColorListNotEditableException;
37 package id NSBadBitmapParametersException;
38 package id NSWindowServerCommunicationException;
39 package id NSFontUnavailableException;
40 package id NSPPDIncludeNotFoundException;
41 package id NSPPDParseException;
42 package id NSPPDIncludeStackOverflowException;
43 package id NSPPDIncludeStackUnderflowException;
44 package id NSRTFPropertyStackOverflowException;
45 package id NSAppKitIgnoredException;
46 package id NSBadComparisonException;
47 package id NSImageCacheException;
48 package id NSNibLoadingException;
49 package id NSBrowserIllegalDelegateException;
50 package id NSAccessibilityException;
51 }
52 }
53