Signal

GioVolumeMonitor::drive-disconnected

Declaration

void
drive_disconnected (
  GVolumeMonitor* self,
  GDrive* drive,
  gpointer user_data
)

Description

Emitted when a drive is disconnected from the system.

Default handler:

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

Parameters

drive

Type: GDrive

A GDrive that was disconnected.

The data is owned by the caller of the function.