Skip to content

Commit

Permalink
gst: Fix doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySamoylov committed Dec 23, 2020
1 parent 77e6c98 commit 384fba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gst/gstvalue.c
Expand Up @@ -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
*
Expand Down Expand Up @@ -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
*
Expand Down

0 comments on commit 384fba1

Please sign in to comment.