Function
GLibSequenceset
since: 2.14
Declaration [src]
void
g_sequence_set (
  GSequenceIter* iter,
  gpointer data
)
Description [src]
Changes the data for the item pointed to by iter to be data. If
the sequence has a data destroy function associated with it, that
function is called on the existing data that iter pointed to.
Available since: 2.14
Parameters
- iter
- 
            Type: GSequenceIterA GSequenceIter.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerNew data for the item. The argument can be NULL.The data is owned by the caller of the function.