OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:monitor_class
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
gwin32volumemonitor.c
253
GVolumeMonitorClass *
monitor_class
= G_VOLUME_MONITOR_CLASS (klass);
local
258
monitor_class
->get_mounts = get_mounts;
259
monitor_class
->get_volumes = get_volumes;
260
monitor_class
->get_connected_drives = get_connected_drives;
261
monitor_class
->get_volume_for_uuid = get_volume_for_uuid;
262
monitor_class
->get_mount_for_uuid = get_mount_for_uuid;
263
monitor_class
->is_supported = is_supported;
gunixvolumemonitor.c
186
GVolumeMonitorClass *
monitor_class
= G_VOLUME_MONITOR_CLASS (klass);
local
192
monitor_class
->get_mounts = get_mounts;
193
monitor_class
->get_volumes = get_volumes;
194
monitor_class
->get_connected_drives = get_connected_drives;
195
monitor_class
->get_volume_for_uuid = get_volume_for_uuid;
196
monitor_class
->get_mount_for_uuid = get_mount_for_uuid;
197
monitor_class
->is_supported = is_supported;
gunionvolumemonitor.c
242
GVolumeMonitorClass *
monitor_class
= G_VOLUME_MONITOR_CLASS (klass);
local
247
monitor_class
->get_connected_drives = get_connected_drives;
248
monitor_class
->get_volumes = get_volumes;
249
monitor_class
->get_mounts = get_mounts;
250
monitor_class
->get_volume_for_uuid = get_volume_for_uuid;
251
monitor_class
->get_mount_for_uuid = get_mount_for_uuid;
Completed in 188 milliseconds