OGMDvd Gtk+ Reference Manual | ||||
---|---|---|---|---|
OGMDvdDriveChooserOGMDvdDriveChooser — DVD drive chooser interface used by OGMDvdDriveChooserDialog and OGMDvdDriveChooserWidget |
#include <ogmdvd-drive-chooser.h> OGMDvdDriveChooser; gchar* ogmdvd_drive_chooser_get_device (OGMDvdDriveChooser *chooser, OGMDvdDeviceType *type);
OGMDvdDriveChooser is implemented by OGMDvdDriveChooserDialog and OGMDvdDriveChooserWidget.
gchar* ogmdvd_drive_chooser_get_device (OGMDvdDriveChooser *chooser, OGMDvdDeviceType *type);
Returns the selected device.
|
An OGMDvdDriveChooser |
|
Location to store the type of the device, or NULL |
Returns : |
A device or NULL |
"device-changed"
signalvoid user_function (OGMDvdDriveChooser *chooser, gchar *device, guint arg2, gpointer user_data) : Run Last / No Recursion / No Hooks
Emitted each time a device is selected.
|
the widget that received the signal |
|
the DVD device |
|
user data set when the signal handler was connected. |