librdf_world_set_error

Name

librdf_world_set_error --  Set the world error handling function

Synopsis

void librdf_world_set_error (librdf_world* world, void * user_data, librdf_log_level_func error_handler);

Arguments

world

redland world object

user_data

user data to pass to function

error_handler

pointer to the function

Description

The function will receive callbacks when the world fails.