![]() |
![]() |
![]() |
OGMDvd Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <ogmdvd-monitor.h> OGMDvdMonitor; OGMDvdMonitor * ogmdvd_monitor_get_default (void); GSList * ogmdvd_monitor_get_drives (OGMDvdMonitor *monitor); OGMDvdDrive * ogmdvd_monitor_get_drive (OGMDvdMonitor *monitor, const gchar *device);
OGMDvdMonitor * ogmdvd_monitor_get_default (void);
Gets the default monitor.
Returns : |
an OGMDvdMonitor |
GSList * ogmdvd_monitor_get_drives (OGMDvdMonitor *monitor);
Get the list of available OGMDvdDrive.
|
OGMDvdMonitor |
Returns : |
a list of optical drives |
OGMDvdDrive * ogmdvd_monitor_get_drive (OGMDvdMonitor *monitor, const gchar *device);
Gets the drive with the given device in any.
|
OGMDvdMonitor |
|
a device path |
Returns : |
an OGMDvdDrive or NULL |