Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-29 04:37:04 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-29 04:37:04 +0300
commit04a061e6e7ba26561b95d9db2456d2266b644b9f (patch)
tree116db5a7457f69c054ebf7da1b8a55079e344d1d /src/remmina_pref_dialog.h
parente134dbd2f1d8478f49b0483bbf0c57feae71c661 (diff)
WIP: core unlock code - password validation
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 6d8b95d04..6c276f8c4 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -57,6 +57,7 @@ typedef struct _RemminaPrefDialog {
GtkSwitch *switch_security_use_master_password;
GtkEntry *unlock_timeout;
GtkEntry *unlock_password;
+ GtkEntry *unlock_repassword;
GtkCheckButton *checkbutton_options_save_settings;
GtkCheckButton *checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton *checkbutton_appearance_show_tabs;
@@ -148,6 +149,7 @@ G_BEGIN_DECLS
GtkDialog* remmina_pref_dialog_new(gint default_tab, GtkWindow *parent);
/* Get the current PrefDialog or NULL if not initialized */
GtkDialog* remmina_pref_dialog_get_dialog(void);
+void remmina_pref_dialog_entry_on_changed(GtkEditable* editable, RemminaPrefDialog *dialog);
G_END_DECLS