aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/libgamma-facade.c.gpp
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-02 22:20:01 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-02 22:20:01 +0200
commit87ccf1db0a58613cccb64b4ad80584342f0c0ea7 (patch)
tree24f387f94bec2d71e70015caa713e438a1978809 /src/lib/libgamma-facade.c.gpp
parentinfo: doc states + reorder sections (diff)
downloadlibgamma-87ccf1db0a58613cccb64b4ad80584342f0c0ea7.tar.gz
libgamma-87ccf1db0a58613cccb64b4ad80584342f0c0ea7.tar.bz2
libgamma-87ccf1db0a58613cccb64b4ad80584342f0c0ea7.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-facade.c.gpp')
-rw-r--r--src/lib/libgamma-facade.c.gpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libgamma-facade.c.gpp b/src/lib/libgamma-facade.c.gpp
index a1b18da..d49480f 100644
--- a/src/lib/libgamma-facade.c.gpp
+++ b/src/lib/libgamma-facade.c.gpp
@@ -287,7 +287,7 @@ void libgamma_method_capabilities(libgamma_method_capabilities_t* restrict this,
* @param method The adjustment method (display server and protocol.)
* @return The default site, `NULL` if it cannot be determined or
* if multiple sites are not supported by the adjustment
- * method. This value should not be free:d.
+ * method. This value should not be `free`:d.
*/
char* libgamma_method_default_site(int method)
{
@@ -316,7 +316,7 @@ char* libgamma_method_default_site(int method)
* @return The environ variables that is used to determine the
* default site. `NULL` if there is none, that is, if
* the method does not support multiple sites.
- * This value should not be free:d.
+ * This value should not be `free`:d.
*/
const char* libgamma_method_default_site_variable(int method)
{
@@ -346,7 +346,7 @@ const char* libgamma_method_default_site_variable(int method)
* will attempt to free it. There you should not free
* it yourself, and it must not be a string constant
* or allocate on the stack. Note however that it will
- * not be free:d if this function fails.
+ * not be `free`:d if this function fails.
* @return Zero on success, otherwise (negative) the value of an
* error identifier provided by this library.
*/