Function
GLibSequenceget
since: 2.14
Declaration [src]
gpointer
g_sequence_get (
GSequenceIter* iter
)
Parameters
iter
-
Type:
GSequenceIter
A
GSequenceIter
.The data is owned by the caller of the function.
since: 2.14
gpointer
g_sequence_get (
GSequenceIter* iter
)
iter
Type: GSequenceIter
A GSequenceIter
.
The data is owned by the caller of the function. |