summaryrefslogtreecommitdiff
path: root/plugins/mouse/msd-timeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mouse/msd-timeline.h')
-rw-r--r--plugins/mouse/msd-timeline.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/mouse/msd-timeline.h b/plugins/mouse/msd-timeline.h
index f0ed24a..5e69411 100644
--- a/plugins/mouse/msd-timeline.h
+++ b/plugins/mouse/msd-timeline.h
@@ -1,6 +1,7 @@
/* msdtimeline.c
*
* Copyright (C) 2008 Carlos Garnacho <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
@@ -74,7 +75,6 @@ struct MsdTimelineClass
typedef gdouble (*MsdTimelineProgressFunc) (gdouble progress);
-
GType msd_timeline_get_type (void) G_GNUC_CONST;
GType msd_timeline_direction_get_type (void) G_GNUC_CONST;
GType msd_timeline_progress_type_get_type (void) G_GNUC_CONST;
@@ -119,7 +119,6 @@ void msd_timeline_set_progress_func (MsdTimeline
gdouble msd_timeline_get_progress (MsdTimeline *timeline);
-
#ifdef __cplusplus
}
#endif