Home
last modified time | relevance | path

Searched refs:get_volumes (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/
Dgwin32volumemonitor.c135 get_volumes (GVolumeMonitor *volume_monitor) in get_volumes() function
228 monitor_class->get_volumes = get_volumes; in g_win32_volume_monitor_class_init()
Dgunixvolumemonitor.c113 get_volumes (GVolumeMonitor *volume_monitor) in get_volumes() function
177 monitor_class->get_volumes = get_volumes; in g_unix_volume_monitor_class_init()
Dgunionvolumemonitor.c126 get_volumes (GVolumeMonitor *volume_monitor) in get_volumes() function
245 monitor_class->get_volumes = get_volumes; in g_union_volume_monitor_class_init()
Dgvolumemonitor.h99 GList * (* get_volumes) (GVolumeMonitor *volume_monitor); member
Dgvolumemonitor.c323 return class->get_volumes (volume_monitor); in g_volume_monitor_get_volumes()
Dgdrive.h102 GList * (* get_volumes) (GDrive *drive); member
Dgdrive.c245 return (* iface->get_volumes) (drive); in g_drive_get_volumes()