Modified webpage: now tinymail repository is in gitorious.
[modest] / src / widgets / modest-attachments-view.h
index 4bee16b..27d767a 100644 (file)
@@ -49,6 +49,7 @@ G_BEGIN_DECLS
 typedef enum _ModestAttachmentsViewStyle {
        MODEST_ATTACHMENTS_VIEW_STYLE_SELECTABLE,
        MODEST_ATTACHMENTS_VIEW_STYLE_LINKS,
+       MODEST_ATTACHMENTS_VIEW_STYLE_NO_FOCUS,
 } ModestAttachmentsViewStyle;
 
 typedef struct _ModestAttachmentsView ModestAttachmentsView;
@@ -89,7 +90,7 @@ void modest_attachments_view_get_sizes (ModestAttachmentsView *attachments_view,
 
 void modest_attachments_view_set_style (ModestAttachmentsView *attachments_view,
                                        ModestAttachmentsViewStyle style);
-
+guint modest_attachments_view_get_num_attachments (ModestAttachmentsView *atts_view);
 G_END_DECLS
 
 #endif