123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //
- // Redland Objective-C Bindings
- // $Id: Redland-ObjC.h 319 2004-11-03 21:29:55Z kianga $
- //
- // Copyright 2004 Rene Puls <http://purl.org/net/kianga/>
- //
- // This file is available under the following three licenses:
- // 1. GNU Lesser General Public License (LGPL), version 2.1
- // 2. GNU General Public License (GPL), version 2
- // 3. Apache License, version 2.0
- //
- // You may not use this file except in compliance with at least one of
- // the above three licenses. See LICENSE.txt at the top of this package
- // for the complete terms and further details.
- //
- // The most recent version of this software can be found here:
- // <http://purl.org/net/kianga/latest/redland-objc>
- //
- // For information about the Redland RDF Application Framework, including
- // the most recent version, see <http://librdf.org/>.
- //
- #define LIBRDF_OBJC_FRAMEWORK
- #import <Redland/redland.h>
- #import <Redland/RedlandException.h>
- #import <Redland/RedlandIterator.h>
- #import <Redland/RedlandIteratorEnumerator.h>
- #import <Redland/RedlandModel.h>
- #import <Redland/RedlandModel-Convenience.h>
- #import <Redland/RedlandNamespace.h>
- #import <Redland/RedlandNode.h>
- #import <Redland/RedlandNode-Convenience.h>
- #import <Redland/RedlandParser.h>
- #import <Redland/RedlandQuery.h>
- #import <Redland/RedlandQueryResults.h>
- #import <Redland/RedlandQueryResultsEnumerator.h>
- #import <Redland/RedlandSerializer.h>
- #import <Redland/RedlandStatement.h>
- #import <Redland/RedlandStorage.h>
- #import <Redland/RedlandStream.h>
- #import <Redland/RedlandStreamEnumerator.h>
- #import <Redland/RedlandURI.h>
- #import <Redland/RedlandWorld.h>
- #import <Redland/RedlandWrappedObject.h>
|