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


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;
	}
}