X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-maemo-utils.h;h=36f36581819b69f4852b35d06281effbfc1af688;hb=e2b9c60527eed724ed853f92b6ef5368432c4660;hp=c5777a1ad8a1dc9b51e7083091cc52ac42c31760;hpb=31cd8a2a77f1c87e3c46bf318dca752f1cec513f;p=modest diff --git a/src/hildon2/modest-maemo-utils.h b/src/hildon2/modest-maemo-utils.h index c5777a1..36f3658 100644 --- a/src/hildon2/modest-maemo-utils.h +++ b/src/hildon2/modest-maemo-utils.h @@ -81,7 +81,7 @@ osso_context_t *modest_maemo_utils_get_osso_context (void); * * Returns: file ptr or NULL in case of error */ -FILE* modest_maemo_open_mcc_mapping_file (void); +FILE* modest_maemo_open_mcc_mapping_file (gboolean *translated); /** * modest_maemo_set_thumbable_scrollbar: @@ -137,6 +137,10 @@ GtkWidget *modest_maemo_utils_create_captioned_with_size_type (GtkSizeGroup * GtkWidget *control, HildonSizeType size_type); +void modest_maemo_utils_captioned_set_label (GtkWidget *captioned, + const gchar *new_label, + gboolean use_markup); + void modest_maemo_utils_set_hbutton_layout (GtkSizeGroup *title_sizegroup, GtkSizeGroup *value_sizegroup, const gchar *title, @@ -147,4 +151,6 @@ void modest_maemo_utils_set_vbutton_layout (GtkSizeGroup *sizegroup, GtkWidget *modest_maemo_utils_create_group_box (const gchar *label, GtkWidget *contents); +gboolean modest_maemo_utils_select_attachments (GtkWindow *window, TnyList *att_list); + #endif /*__MODEST_MAEMO_UTILS_H__*/