aboutsummaryrefslogtreecommitdiffstats
path: root/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-03 01:47:48 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-03 01:47:48 +0200
commitebcae2f576f77c5a0ce79a19166d8c8fa35fcad8 (patch)
tree45d29e8c6e1ce3bfa3e846f6afc27df94bedf6b4 /info
parentdoc (diff)
downloadlibgamma-ebcae2f576f77c5a0ce79a19166d8c8fa35fcad8.tar.gz
libgamma-ebcae2f576f77c5a0ce79a19166d8c8fa35fcad8.tar.bz2
libgamma-ebcae2f576f77c5a0ce79a19166d8c8fa35fcad8.tar.xz
info: m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r--info/libgamma.texinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo
index 7c85b4e..d70111e 100644
--- a/info/libgamma.texinfo
+++ b/info/libgamma.texinfo
@@ -574,12 +574,12 @@ and can filter its output. This function
takes three arguments:
@table @asis
-@item @code{} [@code{int*}]
+@item @code{methods} [@code{int*}]
Output array of adjustment method
identifiers. It should be able to hold
@code{LIBGAMMA_METHOD_COUNT} elements.
-@item @code{} [@code{size_t}]
+@item @code{buf_size} [@code{size_t}]
The number of elements that fits in
@code{methods}, it should be
@code{LIBGAMMA_METHOD_COUNT},
@@ -588,7 +588,7 @@ the output buffer if this library
adds new adjustment methods without
the users of the library recompiling.
-@item @code{} [@code{int}]
+@item @code{operation} [@code{int}]
Describes what adjustment methods to
include. There are five valid values
for this parameter, all other values
@@ -735,7 +735,7 @@ the data structure @code{libgamma_partition_state_t}
@footnote{@code{struct libgamma_partition_state}}.
This structure contains the following variables:
-@table @code
+@table @asis
£>for part in $(libgamma-method-extract --list --part-t); do
@item @code{£{part}} [@code{£(libgamma-method-extract --type --part-t $part)}]
£>libgamma-method-extract --part-t $part | texise
@@ -784,7 +784,7 @@ by the data structure @code{libgamma_crtc_state_t}
@footnote{@code{struct libgamma_crtc_state}}.
This structure contains the following variables:
-@table @code
+@table @asis
£>for crtc in $(libgamma-method-extract --list --crtc-t); do
@item @code{£{crtc}} [@code{£(libgamma-method-extract --type --crtc-t crtc)}]
£>libgamma-method-extract --crtc-t $crtc | texise