diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:37:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:37:35 +0200 |
commit | 1c7e29740fe02dff2b5a580630dfb96b59f9932d (patch) | |
tree | 11619e7182a0ae78470b5d4843b40cc54fb66984 /info | |
parent | extraction of libgamma_crtc_information (diff) | |
download | libgamma-1c7e29740fe02dff2b5a580630dfb96b59f9932d.tar.gz libgamma-1c7e29740fe02dff2b5a580630dfb96b59f9932d.tar.bz2 libgamma-1c7e29740fe02dff2b5a580630dfb96b59f9932d.tar.xz |
extraction of libgamma_method_capabilities
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/libgamma.texinfo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index 012d104..bc73b65 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -467,6 +467,7 @@ and for the freedom of all. @menu * Adjustment methods:: Selecting adjustment method. +* Adjustment method capabilities:: Identifying capabilities of adjustment methods. * CRTC information:: Retrieving information about CRTC:s. * Errors:: Error codes and how to handle errors. @end menu @@ -555,6 +556,20 @@ values. +@node Adjustment method capabilities +@section Adjustment method capabilities + +Capabilities. + +@table @code +£>for cap in $(libgamma-method-extract --list --cap-t); do +@item £{cap} [£(libgamma-method-extract --type --cap-t $cap)] +£>libgamma-method-extract --cap-t $cap | texise +£>done +@end table + + + @node CRTC information @section CRTC information |