diff options
Diffstat (limited to 'widgets/misc/e-attachment-button.h')
-rw-r--r-- | widgets/misc/e-attachment-button.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/widgets/misc/e-attachment-button.h b/widgets/misc/e-attachment-button.h index 89ecccfe9b..a27d8ae146 100644 --- a/widgets/misc/e-attachment-button.h +++ b/widgets/misc/e-attachment-button.h @@ -74,8 +74,10 @@ gboolean e_attachment_button_get_expandable void e_attachment_button_set_expandable (EAttachmentButton *button, gboolean expandable); -gboolean e_attachment_button_get_expanded(EAttachmentButton *button); -void e_attachment_button_set_expanded(EAttachmentButton *button, +gboolean e_attachment_button_get_expanded + (EAttachmentButton *button); +void e_attachment_button_set_expanded + (EAttachmentButton *button, gboolean expanded); G_END_DECLS |