PlacesSidebar.addOnShowConnectToServer

The places sidebar emits this signal when it needs the calling application to present an way to connect directly to a network server. 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, g_file_mount_enclosing_volume().

More...
class PlacesSidebar
gulong
addOnShowConnectToServer
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Detailed Description

Deprecated: use the show-other-locations signal to connect to network servers.