"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r8958.html" of archive amaya-fullsrc-11.4.4.tgz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

librdf_serializer_set_warning

Name

librdf_serializer_set_warning --  Set the serializer warning handling function

Synopsis

void librdf_serializer_set_warning (librdf_serializer* serializer, void * user_data, void (*warning_fn) (void *user_data, const char *msg, ...));

Arguments

serializer

the serializer

user_data

user data to pass to function

warning_fn

pointer to the function

Description

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