diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libgamma-facade.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/libgamma-facade.h b/src/libgamma-facade.h index d4399b3..830278a 100644 --- a/src/libgamma-facade.h +++ b/src/libgamma-facade.h @@ -306,7 +306,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 */ @@ -317,7 +317,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 */ @@ -329,7 +329,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 */ @@ -340,7 +340,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 */ @@ -352,7 +352,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 */ @@ -363,7 +363,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 */ @@ -375,7 +375,7 @@ int libgamma_crtc_set_gamma_ramps64(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 */ @@ -386,7 +386,7 @@ int libgamma_crtc_set_gamma_rampsf(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 */ @@ -398,7 +398,7 @@ int libgamma_crtc_get_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 */ @@ -409,7 +409,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 */ @@ -423,7 +423,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 */ @@ -438,7 +438,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 */ @@ -453,7 +453,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 */ @@ -468,7 +468,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 */ @@ -483,7 +483,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 */ |