Signal
GtkPlacesSidebar::mount
since: 3.20
Declaration
void
mount (
GtkPlacesSidebar* self,
GMountOperation* mount_operation,
gpointer user_data
)
Description [src]
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 GtkPlacesSidebar
can track the
progress of the operation and, for example, show a notification.
Default handler: The default handler is called before the handlers added via |
Available since: 3.20 |
Parameters
mount_operation
-
Type:
GMountOperation
The
GMountOperation
that is going to start.The data is owned by the caller of the function.