From 422e9c4ce3b34b38275d942a0e122b848d48b047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 17 Mar 2010 10:53:19 +0000 Subject: [PATCH] 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. --- libs/gst/base/gstbytewriter.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/gst/base/gstbytewriter.c b/libs/gst/base/gstbytewriter.c index eaf9aac110..2ccd1d434f 100644 --- a/libs/gst/base/gstbytewriter.c +++ b/libs/gst/base/gstbytewriter.c @@ -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 */