Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
g_value_array_remove(): clarify docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Thompson authored and Matthias Clasen committed Mar 4, 2011
1 parent 3b373b7 commit 6e6b2db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gobject/gvaluearray.c
Expand Up @@ -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.
*
Expand Down

0 comments on commit 6e6b2db

Please sign in to comment.