Add a filter to ModestAccountView
[modest] / src / hildon2 / modest-provider-picker.h
index 73f2eb2..1258b4c 100644 (file)
@@ -64,7 +64,7 @@ G_BEGIN_DECLS
  *
  * If the selected option is a provider then the ID will be the provider ID
  * If the selected option is "Other..." the the ID will be 0
- * If the selected option is a provider protocol () the the ID will be protocol name
+ * If the selected option is a singleton provider protocol then the ID will be protocol name
  **/
 typedef enum {
        MODEST_PROVIDER_PICKER_ID_PROVIDER,
@@ -88,6 +88,8 @@ ModestProviderPicker* modest_provider_picker_new (HildonSizeType size,
 void modest_provider_picker_fill (ModestProviderPicker *combobox, ModestPresets *presets,
                                  gint mcc);
 
+void modest_provider_picker_refresh (ModestProviderPicker *combobox);
+
 gchar* modest_provider_picker_get_active_provider_id (ModestProviderPicker *combobox);
 
 ModestProviderPickerIdType modest_provider_picker_get_active_id_type (ModestProviderPicker *combobox);