| Top |
BurnerMediumMonitor *
burner_medium_monitor_get_default (void);
Gets the currently active monitor.
GSList * burner_medium_monitor_get_media (BurnerMediumMonitor *monitor,BurnerMediaType type);
Obtains the list of available media that are of the given type.
a GSList of BurnerMedium or NULL. The list must be freed and the element unreffed when finished.
[element-type BurnerMedia.Medium][transfer full]
GSList * burner_medium_monitor_get_drives (BurnerMediumMonitor *monitor,BurnerDriveType type);
Gets the list of available drives that are of the given type.
a GSList of BurnerDrive or NULL. The list must be freed and the element unreffed when finished.
[element-type BurnerMedia.Drive][transfer full]
BurnerDrive * burner_medium_monitor_get_drive (BurnerMediumMonitor *monitor,const gchar *device);
Returns the BurnerDrive object whose path is path
.
gboolean
burner_medium_monitor_is_probing (BurnerMediumMonitor *monitor);
Returns if the library is still probing some other media.