view dstep/foundation/NSLocale_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 89f3c3ef1fd2
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;
	}
}