mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-29 18:36:38 +02:00
gtk-doc fixups for glib/
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
|
||||
/**
|
||||
* G_UNIX_ERROR:
|
||||
*
|
||||
* Error domain for API in the "g_unix_" namespace. Note that there
|
||||
* is no exported enumeration mapping %errno. Instead, all functions
|
||||
*
|
||||
* Error domain for API in the "g_unix_" namespace. Note that there is
|
||||
* no exported enumeration mapping %errno. Instead, all functions
|
||||
* ensure that %errno is relevant. The code for all #G_UNIX_ERROR is
|
||||
* always %0, and the error message is always generated via
|
||||
* g_strerror().
|
||||
* always <literal>0</literal>, and the error message is always
|
||||
* generated via g_strerror().
|
||||
*
|
||||
* It is expected that most code will not look at %errno from these
|
||||
* APIs. Important cases where one would want to differentiate between
|
||||
|
Reference in New Issue
Block a user