view dstep/foundation/NSLocale_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.NSLocale_bindings;

import dstep.foundation.NSArray;
import dstep.foundation.NSDictionary;
import dstep.foundation.NSObject;
import dstep.foundation.NSString;
import dstep.objc.bridge.Bridge;
import dstep.objc.objc;




extern (C)
{
	extern
	{
		package const id NSCurrentLocaleDidChangeNotification;
		package const id NSLocaleIdentifier;
		package const id NSLocaleLanguageCode;
		package const id NSLocaleCountryCode;
		package const id NSLocaleScriptCode;
		package const id NSLocaleVariantCode;
		package const id NSLocaleExemplarCharacterSet;
		package const id NSLocaleCalendar;
		package const id NSLocaleCollationIdentifier;
		package const id NSLocaleUsesMetricSystem;
		package const id NSLocaleMeasurementSystem;
		package const id NSLocaleDecimalSeparator;
		package const id NSLocaleGroupingSeparator;
		package const id NSLocaleCurrencySymbol;
		package const id NSLocaleCurrencyCode;
		package const id NSGregorianCalendar;
		package const id NSBuddhistCalendar;
		package const id NSChineseCalendar;
		package const id NSHebrewCalendar;
		package const id NSIslamicCalendar;
		package const id NSIslamicCivilCalendar;
		package const id NSJapaneseCalendar;
	}
}