mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
garray: Note lack of bounds checking in g_ptr_array_index() documentation
This commit is contained in:
parent
f493114280
commit
4af135ce49
@ -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.
|
||||
**/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user