TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
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
Optional
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.