diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-03-03 14:51:41 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-03-03 14:51:41 +0000 |
commit | 72016418d38e51f1fb4f60f4b37fa1a8e5c282fb (patch) | |
tree | 2d09fd588c0a8ca3a13f906e84f0bbbae9f9b363 /gobject/gvaluearray.c | |
parent | 0f59af82d5fa39551f221c461b89dca56a022576 (diff) | |
download | glib-72016418d38e51f1fb4f60f4b37fa1a8e5c282fb.tar.gz glib-72016418d38e51f1fb4f60f4b37fa1a8e5c282fb.tar.bz2 glib-72016418d38e51f1fb4f60f4b37fa1a8e5c282fb.zip |
g_value_array_remove(): clarify docstring formatting
Diffstat (limited to 'gobject/gvaluearray.c')
-rw-r--r-- | gobject/gvaluearray.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gobject/gvaluearray.c b/gobject/gvaluearray.c index e2a752e43..2f1028aa9 100644 --- a/gobject/gvaluearray.c +++ b/gobject/gvaluearray.c @@ -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. * |