mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
gst: Fix doc comments
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/883>
This commit is contained in:
parent
248b57499a
commit
0b7c8ea661
1 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ _gst_value_list_init (GValue * value, guint prealloc)
|
|||
* @value: A zero-filled (uninitialized) #GValue structure
|
||||
* @prealloc: The number of entries to pre-allocate in the list
|
||||
*
|
||||
* Initializes and pre-allocates a #GValue of type #GST_VALUE_LIST.
|
||||
* Initializes and pre-allocates a #GValue of type #GST_TYPE_LIST.
|
||||
*
|
||||
* Returns: (transfer none): The #GValue structure that has been passed in
|
||||
*
|
||||
|
@ -325,7 +325,7 @@ _gst_value_array_init (GValue * value, guint prealloc)
|
|||
* @value: A zero-filled (uninitialized) #GValue structure
|
||||
* @prealloc: The number of entries to pre-allocate in the array
|
||||
*
|
||||
* Initializes and pre-allocates a #GValue of type #GST_VALUE_ARRAY.
|
||||
* Initializes and pre-allocates a #GValue of type #GST_TYPE_ARRAY.
|
||||
*
|
||||
* Returns: (transfer none): The #GValue structure that has been passed in
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue