mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +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
|
* 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 *
|
const gchar *
|
||||||
g_strerror (gint errnum)
|
g_strerror (gint errnum)
|
||||||
|
Reference in New Issue
Block a user