diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-03 06:03:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-03 06:03:04 +0200 |
commit | 5223cd7b4d39b40390457496eeb9b5585564b93d (patch) | |
tree | 0197efe60586eada27b891c5f93a38fb977356dd | |
parent | put monitor selection in its own function (diff) | |
download | libgamma-5223cd7b4d39b40390457496eeb9b5585564b93d.tar.gz libgamma-5223cd7b4d39b40390457496eeb9b5585564b93d.tar.bz2 libgamma-5223cd7b4d39b40390457496eeb9b5585564b93d.tar.xz |
info: m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | info/libgamma.texinfo | 6 |
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 |