API Version: 7.0
Library Version: 7.0.5
Generated by gi-docgen 2024.1
interface Ags.Seekable : GObject.Object
No description available.
In order to implement Seekable, your type must inherit fromGObject.
GObject
Seek.
since: 3.0.0
The ::seek signal notifies about changed position of sequencer.
struct AgsSeekableInterface { GTypeInterface ginterface; void (* seek) ( AgsSeekable* seekable, gint64 offset, guint whence ); }
ginterface
GTypeInterface
seek
void (* seek) ( AgsSeekable* seekable, gint64 offset, guint whence )
Content