Function

Gtk-3.0Gtktargets_include_imageSince 2.10

  • Determines if any of the targets in targets can be used to provide a GdkPixbuf.Pixbuf.

    Parameters

    • targets: Gdk.Atom[]

      an array of GdkAtoms

    • writable: boolean

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

    Returns boolean

    true if targets include a suitable target for images, otherwise false.

    2.10