mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
gstrfuncs: Update docs for g_strerror with a string closer to reality
This commit is contained in:
parent
edd718ba48
commit
d21d213d00
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user