TargetList.addRichTextTargets

void addRichTextTargets(uint info, bool deserializable, gtk.text_buffer.TextBuffer buffer)

Appends the rich text targets registered with [gtk.text_buffer.TextBuffer.registerSerializeFormat] or [gtk.text_buffer.TextBuffer.registerDeserializeFormat] to the target list. All targets are added with the same info.

Parameters

infoan ID that will be passed back to the application
deserializableif true, then deserializable rich text formats will be added, serializable formats otherwise.
buffera #GtkTextBuffer.