Interface

AgsSeekable

Description

interface Ags.Seekable : GObject.Object
No description available.

Prerequisite

In order to implement Seekable, your type must inherit fromGObject.

Instance methods

ags_seekable_seek

Seek.

since: 3.0.0

Signals

Ags.Seekable::seek

The ::seek signal notifies about changed position of sequencer.

since: 3.0.0

Interface structure

struct AgsSeekableInterface {
  GTypeInterface ginterface;
  void (* seek) (
    AgsSeekable* seekable,
    gint64 offset,
    guint whence
  );
  
}
No description available.
Interface members
ginterface
GTypeInterface
 No description available.
seek
void (* seek) (
    AgsSeekable* seekable,
    gint64 offset,
    guint whence
  )
 No description available.

Virtual methods

Ags.Seekable.seek

Seek.

since: 3.0.0