diff options
Diffstat (limited to 'e-util/e-attachment-paned.h')
-rw-r--r-- | e-util/e-attachment-paned.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-attachment-paned.h b/e-util/e-attachment-paned.h index af44cd6d67..64a8696fde 100644 --- a/e-util/e-attachment-paned.h +++ b/e-util/e-attachment-paned.h @@ -62,7 +62,7 @@ struct _EAttachmentPanedClass { GtkVPanedClass parent_class; }; -GType e_attachment_paned_get_type (void); +GType e_attachment_paned_get_type (void) G_GNUC_CONST; GtkWidget * e_attachment_paned_new (void); GtkWidget * e_attachment_paned_get_content_area (EAttachmentPaned *paned); |