TextBuffer.deserialize
bool deserialize(gtk.text_buffer.TextBuffer contentBuffer, gdk.atom.Atom format, gtk.text_iter.TextIter iter, ubyte[] data)This function deserializes rich text in format format and inserts it at iter.
formats to be used must be registered using [gtk.text_buffer.TextBuffer.registerDeserializeFormat] or [gtk.text_buffer.TextBuffer.registerDeserializeTagset] beforehand.
Parameters
contentBuffer | the #GtkTextBuffer to deserialize into |
format | the rich text format to use for deserializing |
iter | insertion point for the deserialized text |
data | data to deserialize |
Returns
true on success, false otherwise.
Throws
[ErrorWrap]