diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libgamma-facade.c.gpp | 5 | ||||
| -rw-r--r-- | src/lib/libgamma-facade.h | 5 | 
2 files changed, 6 insertions, 4 deletions
| diff --git a/src/lib/libgamma-facade.c.gpp b/src/lib/libgamma-facade.c.gpp index c549a6a..d1a215c 100644 --- a/src/lib/libgamma-facade.c.gpp +++ b/src/lib/libgamma-facade.c.gpp @@ -285,7 +285,7 @@ $>switch method break method_capabilities this  /** - * Return the capabilities of an adjustment method. + * Return the default site for an adjustment method.   *    * @param   method  The adjustment method (display server and protocol.)   * @return          The default site, `NULL` if it cannot be determined or @@ -313,7 +313,8 @@ char* libgamma_method_default_site(int method)  /** - * Return the capabilities of an adjustment method. + * Return the default variable that determines + * the default site for an adjustment method.   *    * @param   method  The adjustment method (display server and protocol.)   * @return          The environ variables that is used to determine the diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h index 93ac379..b151ec5 100644 --- a/src/lib/libgamma-facade.h +++ b/src/lib/libgamma-facade.h @@ -118,7 +118,7 @@ int libgamma_is_method_available(int method) __attribute__((const));  void libgamma_method_capabilities(libgamma_method_capabilities_t* restrict this, int method);  /** - * Return the capabilities of an adjustment method. + * Return the default site for an adjustment method.   *    * @param   method  The adjustment method (display server and protocol.)   * @return          The default site, `NULL` if it cannot be determined or @@ -128,7 +128,8 @@ void libgamma_method_capabilities(libgamma_method_capabilities_t* restrict this,  char* libgamma_method_default_site(int method);  /** - * Return the capabilities of an adjustment method. + * Return the default variable that determines + * the default site for an adjustment method.   *    * @param   method  The adjustment method (display server and protocol.)   * @return          The environ variables that is used to determine the | 
