![]() |
![]() |
![]() |
libnautilus-burn Reference Manual | ![]() |
---|---|---|---|---|
typedef NautilusBurnDriveSelectionPrivate; NautilusBurnDriveSelection; GtkWidget* nautilus_burn_drive_selection_new (void); void nautilus_burn_drive_selection_set_active (NautilusBurnDriveSelection *selection, NautilusBurnDrive *drive); NautilusBurnDrive* nautilus_burn_drive_selection_get_active (NautilusBurnDriveSelection *selection); const NautilusBurnDrive* nautilus_burn_drive_selection_get_drive (NautilusBurnDriveSelection *selection); void nautilus_burn_drive_selection_set_device (NautilusBurnDriveSelection *selection, const char *device); const char* nautilus_burn_drive_selection_get_device (NautilusBurnDriveSelection *selection); const char* nautilus_burn_drive_selection_get_default_device (NautilusBurnDriveSelection *selection);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkComboBox +----NautilusBurnDriveSelection
NautilusBurnDriveSelection implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
"device" gchar* : Read / Write "drive" NautilusBurnDrive* : Read / Write "file-image" gboolean : Read / Write "show-recorders-only" gboolean : Read / Write
typedef struct NautilusBurnDriveSelectionPrivate NautilusBurnDriveSelectionPrivate;
GtkWidget* nautilus_burn_drive_selection_new (void);
Create a new drive selector.
Returns : |
Newly allocated NautilusBurnDriveSelection widget |
void nautilus_burn_drive_selection_set_active (NautilusBurnDriveSelection *selection, NautilusBurnDrive *drive);
Set the current selected drive to that which corresponds to the specified drive.
|
NautilusBurnDriveSelection |
|
NautilusBurnDrive |
Since 2.14
NautilusBurnDrive* nautilus_burn_drive_selection_get_active (NautilusBurnDriveSelection *selection);
Get the currently selected drive
|
NautilusBurnDriveSelection |
Returns : |
currently selected NautilusBurnDrive. The drive must be unreffed using nautilus_burn_drive_unref after use. |
Since 2.14
const NautilusBurnDrive* nautilus_burn_drive_selection_get_drive (NautilusBurnDriveSelection *selection);
nautilus_burn_drive_selection_get_drive
is deprecated and should not be used in newly-written code. Use nautilus_burn_drive_selection_get_active()
instead
Get the currently selected drive
|
NautilusBurnDriveSelection |
Returns : |
currently selected NautilusBurnDrive |
void nautilus_burn_drive_selection_set_device (NautilusBurnDriveSelection *selection, const char *device);
nautilus_burn_drive_selection_set_device
is deprecated and should not be used in newly-written code. Use nautilus_burn_drive_selection_set_active()
instead
Set the current selected drive to that which corresponds to the specified block device name.
|
NautilusBurnDriveSelection |
|
block device name |
const char* nautilus_burn_drive_selection_get_device (NautilusBurnDriveSelection *selection);
nautilus_burn_drive_selection_get_device
is deprecated and should not be used in newly-written code. Use nautilus_burn_drive_selection_get_active()
instead
Get the block device name that corresponds to the currently selected drive
|
NautilusBurnDriveSelection |
Returns : |
String block device name that corresponds to the currently selected drive |
const char* nautilus_burn_drive_selection_get_default_device (NautilusBurnDriveSelection *selection);
nautilus_burn_drive_selection_get_default_device
is deprecated and should not be used in newly-written code.
Get the block device name that corresponds to the default drive.
|
NautilusBurnDriveSelection |
Returns : |
"show-recorders-only"
property"show-recorders-only" gboolean : Read / Write
Default value: FALSE
"device-changed"
signalvoid user_function (NautilusBurnDriveSelection *nautilusburndriveselection, gchar *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"drive-changed"
signalvoid user_function (NautilusBurnDriveSelection *nautilusburndriveselection, NautilusBurnDrive *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |