mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02: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:
|
* g_value_array_remove:
|
||||||
* @value_array: #GValueArray to remove an element from
|
* @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.
|
* Remove the value at position @index_ from @value_array.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user