From 201ef5f000326079a34796af26833b61ebdb97e8 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 15 Nov 2005 17:08:51 +0000 Subject: Added a function to get all attachments of the attachment bar for plugin 2005-11-15 Srinivasa Ragavan * e-attachment-bar.[ch] (e_attachment_bar_get_all_attachments): Added a function to get all attachments of the attachment bar for plugin purposes. svn path=/trunk/; revision=30620 --- widgets/misc/e-attachment-bar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/e-attachment-bar.h') diff --git a/widgets/misc/e-attachment-bar.h b/widgets/misc/e-attachment-bar.h index 638bc5cd3c..97089c1032 100644 --- a/widgets/misc/e-attachment-bar.h +++ b/widgets/misc/e-attachment-bar.h @@ -82,6 +82,8 @@ GtkWidget ** e_attachment_bar_get_selector(EAttachmentBar *bar); GSList *e_attachment_bar_get_parts (EAttachmentBar *bar); GSList *e_attachment_bar_get_selected (EAttachmentBar *bar); void e_attachment_bar_set_width(EAttachmentBar *bar, int bar_width); +GSList * e_attachment_bar_get_all_attachments (EAttachmentBar *bar); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3