mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
docs: fix up bytewriter doc chunks for float functions as well
This commit is contained in:
parent
e50b9aa71e
commit
91a09b9fd4
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue