mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
g_value_array_remove(): clarify docstring formatting
This commit is contained in:
parent
0f59af82d5
commit
72016418d3
@ -261,7 +261,9 @@ g_value_array_insert (GValueArray *value_array,
|
||||
/**
|
||||
* g_value_array_remove:
|
||||
* @value_array: #GValueArray to remove an element from
|
||||
* @index_: position of value to remove, must be < value_array->n_values
|
||||
* @index_: position of value to remove, which must be less than
|
||||
* <code>value_array-><link
|
||||
* linkend="GValueArray.n-values">n_values</link></code>
|
||||
*
|
||||
* Remove the value at position @index_ from @value_array.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user