diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 07:51:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 07:51:55 +0200 |
commit | 5b809164d2c6fa4939e66db038f60bd8f31d6a8c (patch) | |
tree | 81807aac378c178d08b40363c01f4063b9e9c424 /src | |
parent | fix dist (diff) | |
download | libgamma-5b809164d2c6fa4939e66db038f60bd8f31d6a8c.tar.gz libgamma-5b809164d2c6fa4939e66db038f60bd8f31d6a8c.tar.bz2 libgamma-5b809164d2c6fa4939e66db038f60bd8f31d6a8c.tar.xz |
doc derp0.3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-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 |