Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_auth_combo_box_new () |
CamelProvider * | e_auth_combo_box_get_provider () |
void | e_auth_combo_box_set_provider () |
void | e_auth_combo_box_add_auth_type () |
void | e_auth_combo_box_remove_auth_type () |
void | e_auth_combo_box_update_available () |
void | e_auth_combo_box_pick_highest_available () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkComboBox ╰── EAuthComboBox
CamelProvider *
e_auth_combo_box_get_provider (EAuthComboBox *combo_box
);
void e_auth_combo_box_set_provider (EAuthComboBox *combo_box
,CamelProvider *provider
);
void e_auth_combo_box_add_auth_type (EAuthComboBox *combo_box
,CamelServiceAuthType *auth_type
);
void e_auth_combo_box_remove_auth_type (EAuthComboBox *combo_box
,CamelServiceAuthType *auth_type
);
void e_auth_combo_box_update_available (EAuthComboBox *combo_box
,GList *available_authtypes
);
void
e_auth_combo_box_pick_highest_available
(EAuthComboBox *combo_box
);
“provider”
property“provider” gpointer
The provider to query for auth mechanisms.
Owner: EAuthComboBox
Flags: Read / Write