diff options
author | rbuj <[email protected]> | 2021-10-27 17:30:36 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-01-08 23:02:46 -0500 |
commit | 658fab1f008bff7e1ec147d95baa04bc44c2fbcd (patch) | |
tree | 6cca2b00e83224a53df2bcca3f021c4d5c223c2a /libview/ev-timeline.h | |
parent | ec957cf18919166ca8b8335475ef06f9fd5f2e67 (diff) | |
download | atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.bz2 atril-658fab1f008bff7e1ec147d95baa04bc44c2fbcd.tar.xz |
Use a blank line at most
Diffstat (limited to 'libview/ev-timeline.h')
-rw-r--r-- | libview/ev-timeline.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libview/ev-timeline.h b/libview/ev-timeline.h index d4f6ba78..4a2c86a9 100644 --- a/libview/ev-timeline.h +++ b/libview/ev-timeline.h @@ -59,7 +59,6 @@ struct EvTimelineClass { gdouble progress); }; - GType ev_timeline_get_type (void) G_GNUC_CONST; EvTimeline *ev_timeline_new (guint duration); @@ -84,7 +83,6 @@ void ev_timeline_set_duration (EvTimeline *ti gdouble ev_timeline_get_progress (EvTimeline *timeline); - G_END_DECLS #endif /* __EV_TIMELINE_H__ */ |