Other items ingtk
pub fn targets_include_image(targets: &[&Atom], writable: bool) -> bool
Determines if any of the targets in targets can be used to provide a gdk_pixbuf::Pixbuf.
targets
gdk_pixbuf::Pixbuf
an array of GdkAtoms
GdkAtoms
writable
whether to accept only targets for which GTK+ knows how to convert a pixbuf into the format
true if targets include a suitable target for images, otherwise false.
true
false