Method
GLibSequenceprepend
since: 2.14
Declaration [src]
GSequenceIter*
g_sequence_prepend (
GSequence* seq,
gpointer data
)
Parameters
data
-
Type:
gpointer
The data for the new item.
The argument can be NULL
.The data is owned by the caller of the method.
Return value
Type: GSequenceIter
An iterator pointing to the new item.
The returned data is owned by the instance. |