Ubuntu Manpages

Ming_setWarnFunction

Set the function that gets called when a warning occurs within the library

#include <ming.h>

SWFMsgFunc Ming_setWarnFunction(SWFMsgFunc warn);

Not Documented.

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.