Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Cartier
gstreamer
Commits
384fba13
Commit
384fba13
authored
Dec 24, 2020
by
DmitrySamoylov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gst: Fix doc comments
Part-of: <
gstreamer/gstreamer!725
>
parent
77e6c98f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst/gstvalue.c
gst/gstvalue.c
+2
-2
No files found.
gst/gstvalue.c
View file @
384fba13
...
...
@@ -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_
VALU
E_LIST.
* Initializes and pre-allocates a #GValue of type #GST_
TYP
E_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_
VALU
E_ARRAY.
* Initializes and pre-allocates a #GValue of type #GST_
TYP
E_ARRAY.
*
* Returns: (transfer none): The #GValue structure that has been passed in
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment