diff options
Diffstat (limited to 'e-util/e-selectable.h')
-rw-r--r-- | e-util/e-selectable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-selectable.h b/e-util/e-selectable.h index 4e7faa8581..6aeaa5e8c4 100644 --- a/e-util/e-selectable.h +++ b/e-util/e-selectable.h @@ -65,7 +65,7 @@ struct _ESelectableInterface { void (*select_all) (ESelectable *selectable); }; -GType e_selectable_get_type (void); +GType e_selectable_get_type (void) G_GNUC_CONST; void e_selectable_update_actions (ESelectable *selectable, EFocusTracker *focus_tracker, GdkAtom *clipboard_targets, |