Function
GLibSequenceinsert_before
since: 2.14
Declaration [src]
GSequenceIter*
g_sequence_insert_before (
  GSequenceIter* iter,
  gpointer data
)
Parameters
- iter
- 
            Type: GSequenceIterA GSequenceIter.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerThe data for the new item. The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GSequenceIter
An iterator pointing to the new item.
| The data is owned by the called function. |