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
info | an ID that will be passed back to the application |
deserializable | if true, then deserializable rich text formats will be added, serializable formats otherwise. |
buffer | a #GtkTextBuffer. |