diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 06:52:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 06:52:52 +0200 |
commit | 4e1310ad8e07a9c470cf66529dd0286f5de9a075 (patch) | |
tree | d54b5c5c1b310715f05e2ae470bd10600c0c47ac /src/libgamma-error.h | |
parent | m (diff) | |
download | libgamma-4e1310ad8e07a9c470cf66529dd0286f5de9a075.tar.gz libgamma-4e1310ad8e07a9c470cf66529dd0286f5de9a075.tar.bz2 libgamma-4e1310ad8e07a9c470cf66529dd0286f5de9a075.tar.xz |
add special support for LIBGAMMA_DEVICE_REQUIRE_GROUP in libgamma_perror
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-error.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h index 1591fe1..06a7077 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -297,7 +297,10 @@ extern const char* libgamma_group_name; * used to print the current error stored in `errno`. * If `error_code` is non-negative (an `errno` value`), that * value will be stored in `errno` and `perror` will be - * used to print it. + * used to print it. Additionally, if the `error_code` is + * the value of `LIBGAMMA_DEVICE_REQUIRE_GROUP` the + * required group will be printed with its numerical value + * and, if known, its name. * * @param name The text to add at the beginning. * @param value The error code, may be an `errno` value. |