Top |
The AgsSeekable interface gives you the AgsSeekable::seek()
signal
what notifies about changed offset of pattern or notation.
void ags_seekable_seek (AgsSeekable *seekable
,guint steps
,gboolean forward
);
Seek relatively.
seekable |
the AgsSeekable interface |
|
steps |
the amount of seeking |
|
forward |
the direction, |
Since: 0.5.0
“seek”
signalvoid user_function (AgsSeekable *seekable, guint steps, gboolean forward, gpointer user_data)
Flags: Run Last