Gtk.Widget.prototype.drag_source_add_image_targets

function drag_source_add_image_targets():void {
    // Gjs wrapper for gtk_drag_source_add_image_targets()
}

Add the writable image targets supported by #GtkSelection to the target list of the drag source. The targets are added with @info = 0. If you need another value, use Gtk.TargetList.prototype.add_image_targets and Gtk.drag_source_set_target_list.

Since 2.6