view dstep/foundation/NSException_bindings.d @ 14:89f3c3ef1fd2

Added the Foundation framework
author Jacob Carlborg <doob@me.com>
date Mon, 03 Aug 2009 15:23:15 +0200
parents
children 19885b43130e
line wrap: on
line source

module dstep.foundation.NSException_bindings;

import dstep.foundation.NSArray;
import dstep.foundation.NSAssertionHandler;
import dstep.foundation.NSDictionary;
import dstep.foundation.NSObject;
import dstep.foundation.NSString;
import dstep.objc.bridge.Bridge;
import dstep.objc.objc : id;
import dstep.setjmp;
import dstep.stdarg;


extern (C)
{
	extern
	{
		package const id NSGenericException;
		package const id NSRangeException;
		package const id NSInvalidArgumentException;
		package const id NSInternalInconsistencyException;
		package const id NSMallocException;
		package const id NSObjectInaccessibleException;
		package const id NSObjectNotAvailableException;
		package const id NSDestinationInvalidException;
		package const id NSPortTimeoutException;
		package const id NSInvalidSendPortException;
		package const id NSInvalidReceivePortException;
		package const id NSPortSendException;
		package const id NSPortReceiveException;
		package const id NSOldStyleException;
	}
}

extern (C)
{
}