aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-02 07:51:55 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-02 07:51:55 +0200
commit5b809164d2c6fa4939e66db038f60bd8f31d6a8c (patch)
tree81807aac378c178d08b40363c01f4063b9e9c424
parentfix dist (diff)
downloadlibgamma-5b809164d2c6fa4939e66db038f60bd8f31d6a8c.tar.gz
libgamma-5b809164d2c6fa4939e66db038f60bd8f31d6a8c.tar.bz2
libgamma-5b809164d2c6fa4939e66db038f60bd8f31d6a8c.tar.xz
doc derp0.3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/lib/libgamma-facade.c.gpp5
-rw-r--r--src/lib/libgamma-facade.h5
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