Redland RDF Application Framework API Reference Manual
<<< Previous
Next >>>
RDF World
This module initialises the Redland library and reference all resources from it.
RDF World Class
Table of Contents
librdf_new_world
-- Creates a new Redland execution environment
librdf_free_world
-- Terminate the library
librdf_world_init_mutex
--
librdf_world_open
-- Open an environment
librdf_world_set_error
-- Set the world error handling function
librdf_world_set_warning
-- Set the world warning handling function
librdf_world_set_digest
-- Set the default digest name
librdf_init_world
-- Initialise the library (DEPRECATED)
librdf_destroy_world
-- Terminate the library (DEPRECATED)
<<< Previous
Home
Next >>>
Introduction to Objects in C
librdf_new_world