Signal

GtkPlacesSidebar::show-connect-to-server

deprecated: 3.18 

Declaration

void
show_connect_to_server (
  GtkPlacesSidebar* self,
  gpointer user_data
)

Description [src]

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().

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Deprecated since: 3.18

Use the GtkPlacesSidebar::show-other-locations signal to connect to network servers.