diff options
Diffstat (limited to 'src/ui/new_platform.h')
-rw-r--r-- | src/ui/new_platform.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/ui/new_platform.h b/src/ui/new_platform.h index 12fcbe3..e2ec288 100644 --- a/src/ui/new_platform.h +++ b/src/ui/new_platform.h | |||
@@ -29,19 +29,23 @@ | |||
29 | 29 | ||
30 | typedef struct UI_NEW_PLATFORM_Handle | 30 | typedef struct UI_NEW_PLATFORM_Handle |
31 | { | 31 | { |
32 | GtkDialog* dialog; | 32 | GtkBuilder *builder; |
33 | GtkDialog *dialog; | ||
33 | 34 | ||
34 | HdyAvatar* platform_avatar; | 35 | HdyAvatar *platform_avatar; |
35 | GtkFileChooserButton* platform_avatar_file; | 36 | GtkFileChooserButton *platform_avatar_file; |
36 | 37 | ||
37 | GtkEntry* platform_entry; | 38 | GtkEntry *platform_entry; |
38 | 39 | ||
39 | GtkButton* cancel_button; | 40 | GtkButton *cancel_button; |
40 | GtkButton* confirm_button; | 41 | GtkButton *confirm_button; |
41 | } UI_NEW_PLATFORM_Handle; | 42 | } UI_NEW_PLATFORM_Handle; |
42 | 43 | ||
43 | void | 44 | void |
44 | ui_new_platform_dialog_init(MESSENGER_Application *app, | 45 | ui_new_platform_dialog_init(MESSENGER_Application *app, |
45 | UI_NEW_PLATFORM_Handle *handle); | 46 | UI_NEW_PLATFORM_Handle *handle); |
46 | 47 | ||
48 | void | ||
49 | ui_new_platform_dialog_cleanup(UI_NEW_PLATFORM_Handle *handle); | ||
50 | |||
47 | #endif /* UI_NEW_PLATFORM_H_ */ | 51 | #endif /* UI_NEW_PLATFORM_H_ */ |