mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
docs: fix Since markers for gst_byte_writer_put_float*()
As the headers were broken in 0.10.26 the functions weren't really usable back then, so we should advertise them as being there only since 0.10.27. Spotted by Mart Raudsepp.
This commit is contained in:
parent
235910e227
commit
422e9c4ce3
1 changed files with 5 additions and 5 deletions
|
@ -741,7 +741,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
|
|||
*
|
||||
* Returns: %TRUE if the value could be written
|
||||
*
|
||||
* Since: 0.10.26
|
||||
* Since: 0.10.27
|
||||
*/
|
||||
/**
|
||||
* gst_byte_writer_put_float64_be:
|
||||
|
@ -752,7 +752,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
|
|||
*
|
||||
* Returns: %TRUE if the value could be written
|
||||
*
|
||||
* Since: 0.10.26
|
||||
* Since: 0.10.27
|
||||
*/
|
||||
/**
|
||||
* gst_byte_writer_put_float32_le:
|
||||
|
@ -763,7 +763,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
|
|||
*
|
||||
* Returns: %TRUE if the value could be written
|
||||
*
|
||||
* Since: 0.10.26
|
||||
* Since: 0.10.27
|
||||
*/
|
||||
/**
|
||||
* gst_byte_writer_put_float64_le:
|
||||
|
@ -774,7 +774,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
|
|||
*
|
||||
* Returns: %TRUE if the value could be written
|
||||
*
|
||||
* Since: 0.10.26
|
||||
* Since: 0.10.27
|
||||
*/
|
||||
/**
|
||||
* gst_byte_writer_put_string_utf8:
|
||||
|
@ -831,5 +831,5 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
|
|||
*
|
||||
* Returns: %TRUE if the value could be written
|
||||
*
|
||||
* Since: 0.10.26
|
||||
* Since: 0.10.27
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue