Signal
GtkPlacesSidebar::unmount
since: 3.20
Declaration
void
unmount (
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 for example ejected some drive or unmounted a mount.
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:
GMountOperationThe
GMountOperationthat is going to start.The data is owned by the caller of the function.