Signal

GioVolumeMonitor::mount-added

since: 2.0

Declaration

void
mount_added (
  GVolumeMonitor* self,
  GMount* mount,
  gpointer user_data
)

Description

Emitted when a mount is added.

Default handler:

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

Available since: 2.0

Parameters

mount

Type: GMount

A GMount that was added.

The data is owned by the caller of the function.