EAuthComboBox

EAuthComboBox

Functions

Description

Functions

e_auth_combo_box_new ()

GtkWidget *
e_auth_combo_box_new (void);

e_auth_combo_box_new is deprecated and should not be used in newly-written code.


e_auth_combo_box_get_provider ()

CamelProvider *
e_auth_combo_box_get_provider (EAuthComboBox *combo_box);

e_auth_combo_box_get_provider is deprecated and should not be used in newly-written code.


e_auth_combo_box_set_provider ()

void
e_auth_combo_box_set_provider (EAuthComboBox *combo_box,
                               CamelProvider *provider);

e_auth_combo_box_set_provider is deprecated and should not be used in newly-written code.


e_auth_combo_box_add_auth_type ()

void
e_auth_combo_box_add_auth_type (EAuthComboBox *combo_box,
                                CamelServiceAuthType *auth_type);

e_auth_combo_box_add_auth_type is deprecated and should not be used in newly-written code.


e_auth_combo_box_remove_auth_type ()

void
e_auth_combo_box_remove_auth_type (EAuthComboBox *combo_box,
                                   CamelServiceAuthType *auth_type);

e_auth_combo_box_remove_auth_type is deprecated and should not be used in newly-written code.


e_auth_combo_box_update_available ()

void
e_auth_combo_box_update_available (EAuthComboBox *combo_box,
                                   GList *available_authtypes);

e_auth_combo_box_update_available is deprecated and should not be used in newly-written code.


e_auth_combo_box_pick_highest_available ()

void
e_auth_combo_box_pick_highest_available
                               (EAuthComboBox *combo_box);

e_auth_combo_box_pick_highest_available is deprecated and should not be used in newly-written code.

Types and Values