default_error
Description:
A default error function that uses printerr to display the error message and the optional debug string.
.
The default handler will simply print the error string using g_print.
Parameters:
| this |
the Object that initiated the error. |
| error |
the GError. |
| debug |
an additional debug information string, or null |