Package: gtk

Callback gtk-text-buffer-deserialize-func

Details

A function that is called to deserialize rich text that has been serialized with the gtk-text-buffer-serialize function, and insert it at iter.
 lambda (buffer content iter data len create)  
buffer
The gtk-text-buffer object the format is registered with.
content
The gtk-text-buffer object to deserialize into.
iter
The gtk-text-iter insertion point for the deserialized text.
data
The pointer to the data to deserialize.
len
The length of data.
create
True if deserializing may create tags.
Return
True on success, false otherwise.
 

See also

2021-11-16