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
,gint64 offset
,guint whence
);
Seek.
seekable |
the AgsSeekable interface |
|
offset |
the offset |
|
whence |
the direction, see AgsSeekType |
Since: 3.0.0
“seek”
signalvoid user_function (AgsSeekable *seekable, gint64 offset, guint whence, gpointer user_data)
The ::seek signal notifies about changed position of sequencer.
seekable |
the GObject sub-type implementing AgsSeekable |
|
offset |
the offset |
|
whence |
the direction, see AgsSeekType |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0