garray: Note lack of bounds checking in g_ptr_array_index() documentation

This commit is contained in:
Philip Withnall 2013-11-05 16:43:26 +00:00
parent f493114280
commit 4af135ce49

View File

@ -865,6 +865,10 @@ struct _GRealPtrArray
*
* Returns the pointer at the given index of the pointer array.
*
* <note><para>
* This does not perform bounds checking on the given @index_, so you are
* responsible for checking it against the array length.</para></note>
*
* Returns: the pointer at the given index.
**/