docs: fix Since markers for gst_byte_writer_put_float*()
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 17 Mar 2010 10:53:19 +0000 (10:53 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 17 Mar 2010 11:03:15 +0000 (11:03 +0000)
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.

libs/gst/base/gstbytewriter.c

index eaf9aac..2ccd1d4 100644 (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
  */