Gtk.Widget.prototype.drag_dest_unset

function drag_dest_unset():void {
    // Gjs wrapper for gtk_drag_dest_unset()
}

Clears information about a drop destination set with Gtk.Widget.prototype.drag_dest_set. The widget will no longer receive notification of drags.