diff options
author | Cody Russell <crussell@canonical.com> | 2010-07-22 14:21:06 +0200 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-07-22 14:21:06 +0200 |
commit | 47fbcc208c075126fe3e3e8567937dbff71ead9c (patch) | |
tree | a71e64026450837b4046580adaa15ddcd06ad9b9 /src/idotimeline.h | |
parent | 91975606424c3926d46344fdf3775eab11529bb2 (diff) | |
download | ayatana-ido-47fbcc208c075126fe3e3e8567937dbff71ead9c.tar.gz ayatana-ido-47fbcc208c075126fe3e3e8567937dbff71ead9c.tar.bz2 ayatana-ido-47fbcc208c075126fe3e3e8567937dbff71ead9c.zip |
ido_timeline_set_progress()
Diffstat (limited to 'src/idotimeline.h')
-rw-r--r-- | src/idotimeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idotimeline.h b/src/idotimeline.h index 66f96a3..5df6b97 100644 --- a/src/idotimeline.h +++ b/src/idotimeline.h @@ -104,6 +104,8 @@ void ido_timeline_set_direction (IdoTimeline IdoTimelineDirection direction); gdouble ido_timeline_get_progress (IdoTimeline *timeline); +void ido_timeline_set_progress (IdoTimeline *timeline, + gdouble progress); gdouble ido_timeline_calculate_progress (gdouble linear_progress, IdoTimelineProgressType progress_type); |