From 5b809164d2c6fa4939e66db038f60bd8f31d6a8c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Sep 2014 07:51:55 +0200 Subject: doc derp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/libgamma-facade.c.gpp | 5 +++-- 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 -- cgit v1.2.3-70-g09d2