From d25ea3e8c64766f3cf392f7c5ccf5b09ae013677 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 31 May 2014 08:00:51 +0200 Subject: extraction of constants into the info manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- info/libgamma.texinfo | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'info') diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index fead5de..0fd280c 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. +* CRTC information:: Retrieving information about CRTC:s. * Errors:: Error codes and how to handle errors. @end menu @@ -554,6 +555,38 @@ values. +@node CRTC information +@section CRTC information + +CRTC information. + +@table @code +£>for info in $(libgamma-method-extract --list --info); do +@item £{info} +£>libgamma-method-extract --info $info | texise +£>done +@end table + +Subpixel order. + +@table @code +£>for order in $(libgamma-method-extract --list --subpixel); do +@item £{order} +£>libgamma-method-extract --subpixel $order | texise +£>done +@end table + +Connector type. + +@table @code +£>for type in $(libgamma-method-extract --list --connector); do +@item £{type} +£>libgamma-method-extract --connector $type | texise +£>done +@end table + + + @node Errors @section Errors -- cgit v1.2.3-70-g09d2