From 6e163b39c75dbba470d073b4f79a897aa6fb0e54 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 24 Mar 2009 02:05:26 +0000 Subject: Saving progress again on the attachment rewrite. svn path=/branches/kill-bonobo/; revision=37470 --- widgets/misc/e-attachment-view.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'widgets/misc/e-attachment-view.h') diff --git a/widgets/misc/e-attachment-view.h b/widgets/misc/e-attachment-view.h index a00308d2d5..e6e04a82a3 100644 --- a/widgets/misc/e-attachment-view.h +++ b/widgets/misc/e-attachment-view.h @@ -88,6 +88,8 @@ struct _EAttachmentViewPrivate { GtkSelectionData *selection_data; guint info; guint time; + + guint editable : 1; }; GType e_attachment_view_get_type (void); @@ -100,6 +102,9 @@ EAttachmentViewPrivate * e_attachment_view_get_private (EAttachmentView *view); EAttachmentStore * e_attachment_view_get_store (EAttachmentView *view); +gboolean e_attachment_view_get_editable (EAttachmentView *view); +void e_attachment_view_set_editable (EAttachmentView *view, + gboolean editable); GList * e_attachment_view_get_selected_attachments (EAttachmentView *view); void e_attachment_view_remove_selected -- cgit v1.2.3