This function deserializes rich text in format @format and inserts it at @iter.
@formats to be used must be registered using gtk_text_buffer_register_deserialize_format() or gtk_text_buffer_register_deserialize_tagset() 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.
GException on failure.
2.10
See Implementation
This function deserializes rich text in format @format and inserts it at @iter.
@formats to be used must be registered using gtk_text_buffer_register_deserialize_format() or gtk_text_buffer_register_deserialize_tagset() beforehand.