X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-secureauth-combo-box.h;h=4f4c761e2f21524a3dba12886579d7cb3cc12c83;hb=5b325cd7be1088e885786f7a9065659e6baf7614;hp=8f9d046c41de89958c80efa6c623d08d30e3362b;hpb=7dd43ed0b3b827799299291a53300db93d9b2711;p=modest diff --git a/src/widgets/modest-secureauth-combo-box.h b/src/widgets/modest-secureauth-combo-box.h index 8f9d046..4f4c761 100644 --- a/src/widgets/modest-secureauth-combo-box.h +++ b/src/widgets/modest-secureauth-combo-box.h @@ -45,9 +45,10 @@ GType modest_secureauth_combo_box_get_type (void); ModestSecureauthComboBox* modest_secureauth_combo_box_new (void); -ModestSecureAuthentication modest_secureauth_combo_box_get_active_secureauth (ModestSecureauthComboBox *combobox); +ModestAuthProtocol modest_secureauth_combo_box_get_active_secureauth (ModestSecureauthComboBox *combobox); -gboolean modest_secureauth_combo_box_set_active_secureauth (ModestSecureauthComboBox *combobox, ModestSecureAuthentication secureauth); +gboolean modest_secureauth_combo_box_set_active_secureauth (ModestSecureauthComboBox *combobox, + ModestAuthProtocol secureauth); G_END_DECLS