Prefer g_strerror() to strerror()
Use g_strerror() for better cross platform compatibility: glib handles the Windows "deprecation" (i.e., use strerror_s instead of strerror), fewer warnings at compile time.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Use g_strerror() for better cross platform compatibility: glib handles the Windows "deprecation" (i.e., use strerror_s instead of strerror), fewer warnings at compile time.