Gimp.FileProcedure.prototype.set_handles_remote

function set_handles_remote(handles_remote: Boolean): void {
    // Gjs wrapper for gimp_file_procedure_set_handles_remote()
}
  

Registers a file procedure as capable of handling arbitrary remote URIs via GIO.

When handles_remote is set to true, the procedure will get a Gio.File passed that can point to a remote file.

When handles_remote is set to false, the procedure will get a local [iface@Gio.File] passed and can use [method@Gio.File.get_path] to get to a filename that can be used with whatever non-GIO means of dealing with the file.

Since 3.0

handles_remote

The procedure's 'handles remote' flag.