format
and inserts
it at iter
.gtkTextBufferDeserialize(object, content.buffer, format, iter, data, .errwarn = TRUE)
object
GtkTextBuffer
format
is registered withcontent.buffer
GtkTextBuffer
to deserialize intoformat
iter
data
TRUE
on success, FALSE
otherwise.error
GError
format
s to be used must be registered using
gtkTextBufferRegisterDeserializeFormat
or
gtkTextBufferRegisterDeserializeTagset
beforehand.
Since 2.10