- public bool mobile_providers_split_3gpp_mcc_mnc (string mccmnc, out string mcc, out string mnc)
Splits the input MCCMNC string into separate MCC and MNC strings.
- public SettingSecretFlags utils_menu_to_secret_flags (Widget passwd_entry)
Returns secret flags corresponding to the selected password storage
menu in the attached icon
- public void utils_setup_password_storage (Widget passwd_entry, SettingSecretFlags initial_flags, Setting setting, string password_flags_name, bool with_not_required, bool ask_mode)
Adds a secondary icon and creates a popup menu for password entry.
- public void utils_update_password_storage (Widget passwd_entry, SettingSecretFlags secret_flags, Setting setting, string password_flags_name)
Updates secret flags in the password storage popup menu and also in
the setting (if setting and password_flags_name are not NULL).