HomeSort by relevance Sort by last modified time
    Searched defs:get_volumes (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gio/
gdrive.h 49 * @get_volumes: Returns a list #GList of #GVolume for the #GDrive.
81 GList * (* get_volumes) (GDrive *drive); member in struct:_GDriveIface
gvolumemonitor.h 102 GList * (* get_volumes) (GVolumeMonitor *volume_monitor); member in struct:_GVolumeMonitorClass
gwin32volumemonitor.c 156 get_volumes (GVolumeMonitor *volume_monitor) function
259 monitor_class->get_volumes = get_volumes;
gunionvolumemonitor.c 129 get_volumes (GVolumeMonitor *volume_monitor) function
248 monitor_class->get_volumes = get_volumes;
gunixvolumemonitor.c 125 get_volumes (GVolumeMonitor *volume_monitor) function
193 monitor_class->get_volumes = get_volumes;

Completed in 68 milliseconds