Function
GLibset_print_handler
Description
Sets the print handler.
Any messages passed to g_print()
will be output via
the new handler. The default handler simply outputs
the message to stdout. By providing your own handler
you can redirect the output, to a GTK+ widget or a
log file for example.
This function is not directly available to language bindings |
Parameters
func |
GPrintFunc |
The new print handler. |
Return value
Returns: | GPrintFunc |
The old print handler. |