view dstep/foundation/NSKeyValueCoding_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.NSKeyValueCoding_bindings;

import dstep.foundation.NSArray;
import dstep.foundation.NSDictionary;
import dstep.foundation.NSError;
import dstep.foundation.NSSet;
import dstep.foundation.NSString;
import dstep.objc.bridge.Bridge;
import dstep.objc.objc;




extern (C)
{
	extern
	{
		package const id NSUndefinedKeyException;
		package const id NSAverageKeyValueOperator;
		package const id NSCountKeyValueOperator;
		package const id NSDistinctUnionOfArraysKeyValueOperator;
		package const id NSDistinctUnionOfObjectsKeyValueOperator;
		package const id NSDistinctUnionOfSetsKeyValueOperator;
		package const id NSMaximumKeyValueOperator;
		package const id NSMinimumKeyValueOperator;
		package const id NSSumKeyValueOperator;
		package const id NSUnionOfArraysKeyValueOperator;
		package const id NSUnionOfObjectsKeyValueOperator;
		package const id NSUnionOfSetsKeyValueOperator;
	}
}