pub fn targets_include_rich_text( targets: &[Atom], buffer: &impl IsA<TextBuffer>) -> bool
Determines if any of the targets in targets can be used to provide rich text.
targets
an array of GdkAtoms
GdkAtoms
buffer
a TextBuffer
TextBuffer
true if targets include a suitable target for rich text, otherwise false.
true
false