view dstep/foundation/NSThread_bindings.d @ 27:57371c29ef73 default tip

ObjcWrap is now automatically mixed in. Added support for building as a dylib with DMD.
author Jacob Carlborg <doob@me.com>
date Fri, 09 Apr 2010 23:00:22 +0200
parents 19885b43130e
children
line wrap: on
line source

module dstep.foundation.NSThread_bindings;

import dstep.objc.objc;




extern (C)
{
	extern
	{
		package const id NSWillBecomeMultiThreadedNotification;
		package const id NSDidBecomeSingleThreadedNotification;
		package const id NSThreadWillExitNotification;
	}
}