comparison dstep/objc/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 033d260cfc9b
children
comparison
equal deleted inserted replaced
15:7ff919f595d5 16:19885b43130e
4 * Version: Initial created: Feb 1, 2009 4 * Version: Initial created: Feb 1, 2009
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */ 6 */
7 module dstep.objc.bindings; 7 module dstep.objc.bindings;
8 8
9 import dstep.internal.Version;
9 import dstep.objc.message; 10 import dstep.objc.message;
10 import dstep.objc.objc; 11 import dstep.objc.objc;
11 import dstep.objc.runtime; 12 import dstep.objc.runtime;
12 import dstep.internal.Util;
13 13
14 extern (C) 14 extern (C)
15 { 15 {
16 // runtime.h 16 // runtime.h
17 id object_copy (id obj, size_t size); 17 id object_copy (id obj, size_t size);