OGMDvdDriveChooser

OGMDvdDriveChooser — DVD drive chooser interface used by OGMDvdDriveChooserDialog and OGMDvdDriveChooserWidget

Synopsis


#include <ogmdvd-drive-chooser.h>

                    OGMDvdDriveChooser;
gchar*              ogmdvd_drive_chooser_get_device     (OGMDvdDriveChooser *chooser,
                                                         OGMDvdDeviceType *type);

Object Hierarchy

  GInterface
   +----OGMDvdDriveChooser

Prerequisites

OGMDvdDriveChooser requires GtkWidget.

Known Implementations

OGMDvdDriveChooser is implemented by OGMDvdDriveChooserDialog and OGMDvdDriveChooserWidget.

Signals

  "device-changed"                                 : Run Last / No Recursion / No Hooks

Description

Details

OGMDvdDriveChooser

typedef struct _OGMDvdDriveChooser OGMDvdDriveChooser;


ogmdvd_drive_chooser_get_device ()

gchar*              ogmdvd_drive_chooser_get_device     (OGMDvdDriveChooser *chooser,
                                                         OGMDvdDeviceType *type);

Returns the selected device.

chooser :

An OGMDvdDriveChooser

type :

Location to store the type of the device, or NULL

Returns :

A device or NULL

Signal Details

The "device-changed" signal

void                user_function                      (OGMDvdDriveChooser *chooser,
                                                        gchar              *device,
                                                        guint               arg2,
                                                        gpointer            user_data)      : Run Last / No Recursion / No Hooks

Emitted each time a device is selected.

chooser :

the widget that received the signal

device :

the DVD device

user_data :

user data set when the signal handler was connected.