docs: fix up bytewriter doc chunks for float functions as well
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 3 Mar 2010 12:06:30 +0000 (12:06 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 3 Mar 2010 12:06:30 +0000 (12:06 +0000)
libs/gst/base/gstbytewriter.c

index b76ffe3..eaf9aac 100644 (file)
@@ -733,7 +733,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
  * Since: 0.10.26
  */
 /**
- * gst_byte_writer_put_float_be:
+ * gst_byte_writer_put_float32_be:
  * @writer: #GstByteWriter instance
  * @val: Value to write
  *
@@ -744,7 +744,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
  * Since: 0.10.26
  */
 /**
- * gst_byte_writer_put_double_be:
+ * gst_byte_writer_put_float64_be:
  * @writer: #GstByteWriter instance
  * @val: Value to write
  *
@@ -755,7 +755,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
  * Since: 0.10.26
  */
 /**
- * gst_byte_writer_put_float_le:
+ * gst_byte_writer_put_float32_le:
  * @writer: #GstByteWriter instance
  * @val: Value to write
  *
@@ -766,7 +766,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
  * Since: 0.10.26
  */
 /**
- * gst_byte_writer_put_double_le:
+ * gst_byte_writer_put_float64_le:
  * @writer: #GstByteWriter instance
  * @val: Value to write
  *