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:
Tim-Philipp Müller 2010-03-17 10:53:19 +00:00
parent 235910e227
commit 422e9c4ce3

View file

@ -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
*/