librdf_world_set_warning

Name

librdf_world_set_warning --  Set the world warning handling function

Synopsis

void librdf_world_set_warning (librdf_world* world, void * user_data, librdf_log_level_func warning_handler);

Arguments

world

redland world object

user_data

user data to pass to function

warning_handler

pointer to the function

Description

The function will receive callbacks when the world gives a warning.