AgsSeekable

AgsSeekable — unique access to recalls

Functions

Types and Values

Includes

#include <ags/object/ags_seekable.h>

Description

The AgsSeekable interface gives you the AgsSeekable::seek() signal what notifies about changed offset of pattern or notation.

Functions

ags_seekable_seek ()

void
ags_seekable_seek (AgsSeekable *seekable,
                   guint steps,
                   gboolean forward);

Seek relatively.

Parameters

seekable

the AgsSeekable interface

 

steps

the amount of seeking

 

forward

the direction, TRUE for moving ahead

 

Since: 0.5.0


ags_seekable_get_type ()

GType
ags_seekable_get_type ();

Types and Values

struct AgsSeekableInterface

struct AgsSeekableInterface {
  GTypeInterface interface;

  void (*seek)(AgsSeekable *seekable, guint steps, gboolean forward);
};


AGS_TYPE_SEEKABLE

#define AGS_TYPE_SEEKABLE                    (ags_seekable_get_type())