TargetList.addRichTextTargets

Appends the rich text targets registered with gtk_text_buffer_register_serialize_format() or gtk_text_buffer_register_deserialize_format() to the target list. All targets are added with the same info. Since 2.10

class TargetList
void
addRichTextTargets

Parameters

info uint

an ID that will be passed back to the application

deserializable int

if TRUE, then deserializable rich text formats will be added, serializable formats otherwise.

buffer TextBuffer

a GtkTextBuffer.

Meta