diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 04:43:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 04:43:20 +0200 |
commit | 9f0f3aa33d904cf284ce757b928db23928750657 (patch) | |
tree | 3f043828cdfa09c2bb0c69d903b30cebccb3314c /src/libgamma_error.py | |
parent | add alternative to the libgamma_crtc_set_gamma_ramps_f functions (diff) | |
download | pylibgamma-9f0f3aa33d904cf284ce757b928db23928750657.tar.gz pylibgamma-9f0f3aa33d904cf284ce757b928db23928750657.tar.bz2 pylibgamma-9f0f3aa33d904cf284ce757b928db23928750657.tar.xz |
some of libgamma-facade
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma_error.py')
-rw-r--r-- | src/libgamma_error.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libgamma_error.py b/src/libgamma_error.py index b9530fa..7b16886 100644 --- a/src/libgamma_error.py +++ b/src/libgamma_error.py @@ -115,8 +115,7 @@ def name_of_error(value : int) -> str: @param value The error code. @return The name of the definition associated with the error code, - `None` if the error code does not exist. The return string - should not be `free`:d. + `None` if the error code does not exist. ''' from libgamma_native_error import libgamma_native_name_of_error return libgamma_native_name_of_error(value) |