TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.9
Since 2.14
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.
iter
data
a GLib.SequenceIter
new data for the item
2.14
Changes the data for the item pointed to by
iterto bedata. If the sequence has a data destroy function associated with it, that function is called on the existing data thatiterpointed to.