mount


Description:

[ Version ( since = "3.20" ) ]
public signal void mount (MountOperation mount_operation)

The places sidebar emits this signal when it starts a new operation because the user clicked on some location that needs mounting.

In this way the application using the PlacesSidebar can track the progress of the operation and, for example, show a notification.

Parameters:

mount_operation

the MountOperation that is going to start.