aboutsummaryrefslogtreecommitdiffstats
path: root/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-03 06:03:04 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-03 06:03:04 +0200
commit5223cd7b4d39b40390457496eeb9b5585564b93d (patch)
tree0197efe60586eada27b891c5f93a38fb977356dd /info
parentput monitor selection in its own function (diff)
downloadlibgamma-5223cd7b4d39b40390457496eeb9b5585564b93d.tar.gz
libgamma-5223cd7b4d39b40390457496eeb9b5585564b93d.tar.bz2
libgamma-5223cd7b4d39b40390457496eeb9b5585564b93d.tar.xz
info: m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r--info/libgamma.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo
index d70111e..2ab3d07 100644
--- a/info/libgamma.texinfo
+++ b/info/libgamma.texinfo
@@ -884,14 +884,14 @@ could not successfully be read. This function
takes three arguments:
@table @asis
-@item @code{this} @code{libgamma_crtc_information_t*}
+@item @code{this} [@code{libgamma_crtc_information_t*}]
Instance of a data structure to fill with the
information about the CRTC.
-@item @code{crtc} @code{libgamma_crtc_state_t*}
+@item @code{crtc} [@code{libgamma_crtc_state_t*}]
The state of the CRTC whose information should be read.
-@item @code{fields} @code{int32_t}
+@item @code{fields} [@code{int32_t}]
OR:ed identifiers for the information about
the CRTC that should be read.
@end table