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.
the #GtkTextBuffer to deserialize into
the rich text format to use for deserializing
insertion point for the deserialized text
data to deserialize
true on success, false otherwise.
ErrorWrap
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.