set_handles_remote


Description:

[ Version ( since = "3.0" ) ]
public void set_handles_remote (bool 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 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.

Parameters:

this

A FileProcedure.

handles_remote

The procedure's 'handles remote' flag.