diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 14:59:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 14:59:32 +0200 |
commit | 1bb247a73294a89835210ce1b739c73c5b7676b8 (patch) | |
tree | 7e95a0ed4ad2a07feec019e1553f7678c960b139 /src/libgamma-facade.c | |
parent | add partitions_are_graphics_cards (diff) | |
download | libgamma-1bb247a73294a89835210ce1b739c73c5b7676b8.tar.gz libgamma-1bb247a73294a89835210ce1b739c73c5b7676b8.tar.bz2 libgamma-1bb247a73294a89835210ce1b739c73c5b7676b8.tar.xz |
add header files for the gamma methods
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-facade.c')
-rw-r--r-- | src/libgamma-facade.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/libgamma-facade.c b/src/libgamma-facade.c index ed23e9f..07dfd9b 100644 --- a/src/libgamma-facade.c +++ b/src/libgamma-facade.c @@ -822,7 +822,7 @@ unsigned char* libgamma_unhex_edid(const char* restrict edid) * Get current the gamma ramps for a CRTC, 16-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -870,7 +870,7 @@ int libgamma_crtc_get_gamma_ramps(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, 16-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -919,7 +919,7 @@ int libgamma_crtc_set_gamma_ramps(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, 32-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -967,7 +967,7 @@ int libgamma_crtc_get_gamma_ramps32(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, 32-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1016,7 +1016,7 @@ int libgamma_crtc_set_gamma_ramps32(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, 64-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1064,7 +1064,7 @@ int libgamma_crtc_get_gamma_ramps64(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, 64-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1113,7 +1113,7 @@ int libgamma_crtc_set_gamma_ramps64(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, `float` version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1161,7 +1161,7 @@ int libgamma_crtc_get_gamma_rampsf(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, `float` version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1210,7 +1210,7 @@ int libgamma_crtc_set_gamma_rampsf(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, `double` version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1258,7 +1258,7 @@ int libgamma_crtc_get_gamma_rampsd(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, `double` version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1309,7 +1309,7 @@ int libgamma_crtc_set_gamma_rampsd(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1362,7 +1362,7 @@ int libgamma_crtc_set_gamma_ramps_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1415,7 +1415,7 @@ int libgamma_crtc_set_gamma_ramps32_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1468,7 +1468,7 @@ int libgamma_crtc_set_gamma_ramps64_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -1521,7 +1521,7 @@ int libgamma_crtc_set_gamma_rampsf_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ |