librdf_serializer_register_factory

Name

librdf_serializer_register_factory --  Register a serializer factory

Synopsis

void librdf_serializer_register_factory (librdf_world * world, const char * name, const char * mime_type, const char * uri_string, void (*factory) (librdf_serializer_factory*));

Arguments

world

redland world object

name

the name of the serializer

mime_type

MIME type of the syntax (optional)

uri_string

URI of the syntax (optional)

factory

function to be called to register the factor parameters