Package: gtk

Function gtk:text-buffer-register-deserialize-format

Lambda List

gtk:text-buffer-register-deserialize-format (buffer mime func)

Arguments

buffer -- a gtk:text-buffer object
mime -- a string for the MIME type of the format
func -- a gtk:text-buffer-deserialize-func deserialize function to register

Return Value

The string that corresponds to the newly registered MIME type of the format.

Details

This function registers a rich text deserialization function along with its MIME type with the passed text buffer.
 

See also

#2025-07-03