Ming_setWarnFunction
Set the function that gets called when a warning occurs within the library
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
Set the function that gets called when a warning occurs within the library
#include <ming.h>
SWFMsgFunc Ming_setWarnFunction(SWFMsgFunc warn);
This function sets function to be called when a warning occurs within the library. The default function prints the warning message to stdout.
The previously-set warning function.