mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
base: add some missing introspection annotations
This commit is contained in:
parent
870d631f51
commit
2c1c1032fa
4 changed files with 8 additions and 4 deletions
|
@ -38,7 +38,8 @@
|
|||
|
||||
/**
|
||||
* gst_bit_reader_new:
|
||||
* @data: Data from which the #GstBitReader should read
|
||||
* @data: (array length=size): Data from which the #GstBitReader
|
||||
* should read
|
||||
* @size: Size of @data in bytes
|
||||
*
|
||||
* Create a new #GstBitReader instance, which will read from @data.
|
||||
|
|
|
@ -31,7 +31,8 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GstBitReader:
|
||||
* @data: Data from which the bit reader will read
|
||||
* @data: (array length=size): Data from which the bit reader will
|
||||
* read
|
||||
* @size: Size of @data in bytes
|
||||
* @byte: Current byte position
|
||||
* @bit: Bit position in the current byte
|
||||
|
|
|
@ -30,7 +30,8 @@ G_BEGIN_DECLS
|
|||
|
||||
/**
|
||||
* GstByteReader:
|
||||
* @data: Data from which the bit reader will read
|
||||
* @data: (array length=size): Data from which the bit reader will
|
||||
* read
|
||||
* @size: Size of @data in bytes
|
||||
* @byte: Current byte position
|
||||
*
|
||||
|
|
|
@ -212,7 +212,8 @@ gst_byte_writer_reset (GstByteWriter * writer)
|
|||
*
|
||||
* Free-function: g_free
|
||||
*
|
||||
* Returns: (transfer full): the current data. g_free() after usage.
|
||||
* Returns: (array) (transfer full): the current data. g_free() after
|
||||
* usage.
|
||||
*
|
||||
* Since: 0.10.26
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue