void librdf_world_set_error (librdf_world* world, void * user_data, void (*error_fn) (void *user_data, const char *message, va_list arguments));
void librdf_world_set_error
redland world object
user data to pass to function
pointer to the function
The function will receive callbacks when the world fails.