** Fixes bug #351332
2006-09-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #351332 * misc/e-attachment-bar.h: Fix implicit function declarations. svn path=/trunk/; revision=32793
This commit is contained in:
committed by
Matthew Barnes
parent
cacc7b86e1
commit
4397b37fb9
@ -1,3 +1,9 @@
|
||||
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes bug #351332
|
||||
|
||||
* misc/e-attachment-bar.h: Fix implicit function declarations.
|
||||
|
||||
2006-08-23 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes bug #352450
|
||||
|
||||
@ -82,6 +82,7 @@ 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);
|
||||
void e_attachment_bar_create_attachment_cache (EAttachment *attachment);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user