mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gstrfuncs: Update docs for g_strerror with a string closer to reality
This commit is contained in:
@@ -1313,7 +1313,7 @@ g_ascii_strtoll (const gchar *nptr,
|
||||
* ]|
|
||||
*
|
||||
* Returns: a UTF-8 string describing the error code. If the error code
|
||||
* is unknown, it returns a string like "unknown error (<code>)".
|
||||
* is unknown, it returns a string like "Unknown error: <code>".
|
||||
*/
|
||||
const gchar *
|
||||
g_strerror (gint errnum)
|
||||
|
Reference in New Issue
Block a user