BtMachineRenameDialog

BtMachineRenameDialog — machine settings

Synopsis

#include "bt-edit.h"

                    BtMachineRenameDialog;
BtMachineRenameDialog * bt_machine_rename_dialog_new    (const BtEditApplication *app,
                                                         const BtMachine *machine);
void                bt_machine_rename_dialog_apply      (const BtMachineRenameDialog *self);

Description

A dialog to (re)configure a BtMachine.

Details

BtMachineRenameDialog

typedef struct {
  GtkDialog parent;
} BtMachineRenameDialog;

the machine settings dialog


bt_machine_rename_dialog_new ()

BtMachineRenameDialog * bt_machine_rename_dialog_new    (const BtEditApplication *app,
                                                         const BtMachine *machine);

Create a new instance

app :

the application the dialog belongs to

machine :

the machine for which to create the dialog for

Returns :

the new instance or NULL in case of an error

bt_machine_rename_dialog_apply ()

void                bt_machine_rename_dialog_apply      (const BtMachineRenameDialog *self);

Makes the dialog settings effective.

self :

the dialog which settings to apply