aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-focus-tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-focus-tracker.h')
-rw-r--r--e-util/e-focus-tracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-focus-tracker.h b/e-util/e-focus-tracker.h
index e633d0f57c..fdd531c689 100644
--- a/e-util/e-focus-tracker.h
+++ b/e-util/e-focus-tracker.h
@@ -62,7 +62,7 @@ struct _EFocusTrackerClass {
GObjectClass parent_class;
};
-GType e_focus_tracker_get_type (void);
+GType e_focus_tracker_get_type (void) G_GNUC_CONST;
EFocusTracker * e_focus_tracker_new (GtkWindow *window);
GtkWidget * e_focus_tracker_get_focus (EFocusTracker *focus_tracker);
GtkWindow * e_focus_tracker_get_window (EFocusTracker *focus_tracker);