view dstep/qtkit/QTCaptureSession_bindings.d @ 22:f8a3b67adfcb

Removed duplicated methods
author Jacob Carlborg <doob@me.com>
date Tue, 09 Feb 2010 18:02:03 +0100
parents 19885b43130e
children
line wrap: on
line source

/**
 * Copyright: Copyright (c) 2009 Jacob Carlborg.
 * Authors: Jacob Carlborg
 * Version: Initial created: Sep 28, 2009 
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
 */
module dstep.qtkit.QTCaptureSession_bindings;

import dstep.objc.objc;

extern (C)
{
	extern
	{
		package const id QTCaptureSessionRuntimeErrorNotification;
		package const id QTCaptureSessionErrorKey;
	}
}