SelectionData.targetsIncludeImage

Given a gtk.SelectionData object holding a list of targets, determines if any of the targets in targets can be used to provide a gdk.Pixbuf

class SelectionData
bool
targetsIncludeImage
()

Parameters

writable bool

whether to accept only targets for which GTK+ knows how to convert a pixbuf into the format

Return Value

Type: bool

TRUE if selection_data holds a list of targets, and a suitable target for images is included, otherwise FALSE.

Meta