on_show_connect_to_server


Description:

[ CCode ( cname = "show-connect-to-server" ) ]
[ Version ( deprecated = true , deprecated_since = "3.18" ) ]
public signal void on_show_connect_to_server ()

Warning: on_show_connect_to_server is deprecated since 3.18.

The places sidebar emits this signal when it needs the calling application to present an way to connect directly to a network server.

Note:

use the show_other_locations_requested signal to connect to network servers.

For example, the application may bring up a dialog box asking for a URL like "sftp://ftp.example.com". It is up to the application to create the corresponding mount by using, for example, mount_enclosing_volume.