From: Peter g. <pg...@co...> - 2008-06-22 06:00:42
|
Fri Jun 20 20:23:15 EDT 2008 Peter Gavin <pg...@gm...> * gstreamer: a few small doc fixes hunk ./gstreamer/Media/Streaming/GStreamer/Core/Clock.chs.pp 280 - => clock -- ^ @clock@ + => clock -- ^ @clock@ - [_$_] hunk ./gstreamer/Media/Streaming/GStreamer/Core/Clock.chs.pp 286 --- | Gets the current time of @clock@. The time is always +-- | Get the current time stored in @clock@. The time is always hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 153 - => elementT + => elementT -- ^ @element@ - an element hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 182 - => elementT -- ^ @element@ - [_$_] + => elementT -- ^ @element@ - an element hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 188 --- | Look for an unlinked pad to which the given pad can link. It is not +-- | Look for an unlinked pad to which the @pad@ can link. It is not hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 192 - => elementT -- ^ @element@ - the element for - -- which a pad should be found - -> padT -- ^ @pad@ - the pad to find - -- a compatible one for + => elementT -- ^ @element@ - an element + -> padT -- ^ @pad@ - a pad hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 196 - -> IO (Maybe Pad) -- ^ the compatible 'Pad', or + -> IO (Maybe Pad) -- ^ a 'Pad' that is compatible with @pad@, or hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 206 - => elementT -- ^ @element@ - [_$_] - -> padTemplateT -- ^ @padTemplate@ - [_$_] - -> IO (Maybe PadTemplate) -- ^ the compatible'PadTemplate', - -- or 'Nothing' if none was found + => elementT -- ^ @element@ - an element + -> padTemplateT -- ^ @padTemplate@ - a pad template + -> IO (Maybe PadTemplate) -- ^ the compatible 'PadTemplate', + -- or 'Nothing' if none was found hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 218 - => elementT -- ^ @element@ - [_$_] + => elementT -- ^ @element@ - an element hunk ./gstreamer/Media/Streaming/GStreamer/Core/Element.chs.pp 229 - => elementT -- ^ @element@ - [_$_] + => elementT -- ^ @element@ - an element |