Do not update window title if the window is destroyed before the message is retrieved
[modest] / src / hildon2 / modest-maemo-utils.h
index 48a2139..4f54dce 100644 (file)
@@ -127,14 +127,20 @@ GtkWidget *modest_maemo_utils_get_manager_menubar_as_menu (GtkUIManager *manager
 GtkWidget *modest_maemo_utils_create_captioned    (GtkSizeGroup *title_size_group,
                                                   GtkSizeGroup *value_size_group,
                                                   const gchar *title,
+                                                  gboolean use_markup,
                                                   GtkWidget *control);
 
 GtkWidget *modest_maemo_utils_create_captioned_with_size_type    (GtkSizeGroup *title_size_group,
                                                                  GtkSizeGroup *value_size_group,
                                                                  const gchar *title,
+                                                                 gboolean use_markup,
                                                                  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, 
@@ -145,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__*/