diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:18:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:19:09 +0200 |
commit | 1ca2dac381acf7d3d4edbc1097f89ab7e280acda (patch) | |
tree | 9ab9dc53930ef2ee1eb29e52af2bd67e0bf9d8c0 /info | |
parent | extraction of constants into the info manual (diff) | |
download | libgamma-1ca2dac381acf7d3d4edbc1097f89ab7e280acda.tar.gz libgamma-1ca2dac381acf7d3d4edbc1097f89ab7e280acda.tar.bz2 libgamma-1ca2dac381acf7d3d4edbc1097f89ab7e280acda.tar.xz |
extraction of libgamma_crtc_information
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/libgamma.texinfo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index 0fd280c..012d104 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -585,6 +585,16 @@ Connector type. £>done @end table +Fields. + +@table @code +£>for info in $(libgamma-method-extract --list --info-t); do +@item £{info} [£(libgamma-method-extract --type --info-t $info)] +£>libgamma-method-extract --info-t $info | texise +£>done +@end table + + @node Errors |