X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-provider-picker.h;h=426d95ea82f79c651e927b3827a5c46587a16625;hb=0f25b8f6673e1b8d556486e5f2e7e743adaf8a08;hp=e9709fb07394e487bc2ec8754a348b82737a8220;hpb=0a7c11e4ab92b8ad12116a699620739f55b2b619;p=modest diff --git a/src/hildon2/modest-provider-picker.h b/src/hildon2/modest-provider-picker.h index e9709fb..426d95e 100644 --- a/src/hildon2/modest-provider-picker.h +++ b/src/hildon2/modest-provider-picker.h @@ -31,7 +31,7 @@ #define _MODEST_PROVIDER_PICKER #include -#include "modest-presets.h" +#include G_BEGIN_DECLS @@ -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, @@ -82,7 +82,8 @@ typedef struct { GType modest_provider_picker_get_type (void); -ModestProviderPicker* modest_provider_picker_new (void); +ModestProviderPicker* modest_provider_picker_new (HildonSizeType size, + HildonButtonArrangement arrangement); void modest_provider_picker_fill (ModestProviderPicker *combobox, ModestPresets *presets, gint mcc);