gdu-confirmation-dialog

gdu-confirmation-dialog

Synopsis

typedef             GduConfirmationDialogClass;
typedef             GduConfirmationDialogPrivate;
GtkWidget *         gdu_confirmation_dialog_new         (GtkWindow *parent,
                                                         GduPresentable *presentable,
                                                         const gchar *message,
                                                         const gchar *button_text);
GtkWidget *         gdu_confirmation_dialog_new_for_drive
                                                        (GtkWindow *parent,
                                                         GduDevice *device,
                                                         const gchar *message,
                                                         const gchar *button_text);
GtkWidget *         gdu_confirmation_dialog_new_for_volume
                                                        (GtkWindow *parent,
                                                         GduDevice *device,
                                                         const gchar *message,
                                                         const gchar *button_text);

Description

Details

GduConfirmationDialogClass

typedef struct GduConfirmationDialogClass   GduConfirmationDialogClass;


GduConfirmationDialogPrivate

typedef struct GduConfirmationDialogPrivate GduConfirmationDialogPrivate;


gdu_confirmation_dialog_new ()

GtkWidget *         gdu_confirmation_dialog_new         (GtkWindow *parent,
                                                         GduPresentable *presentable,
                                                         const gchar *message,
                                                         const gchar *button_text);

parent :

presentable :

message :

button_text :

Returns :


gdu_confirmation_dialog_new_for_drive ()

GtkWidget *         gdu_confirmation_dialog_new_for_drive
                                                        (GtkWindow *parent,
                                                         GduDevice *device,
                                                         const gchar *message,
                                                         const gchar *button_text);

parent :

device :

message :

button_text :

Returns :


gdu_confirmation_dialog_new_for_volume ()

GtkWidget *         gdu_confirmation_dialog_new_for_volume
                                                        (GtkWindow *parent,
                                                         GduDevice *device,
                                                         const gchar *message,
                                                         const gchar *button_text);

parent :

device :

message :

button_text :

Returns :