Signal

AgsAudioChannel::recycling-changed

since: 3.0.0

Declaration

void
recycling_changed (
  AgsChannel* self,
  GObject* old_start_region,
  GObject* old_end_region,
  GObject* new_start_region,
  GObject* new_end_region,
  GObject* old_start_changed_region,
  GObject* old_end_changed_region,
  GObject* new_start_changed_region,
  GObject* new_end_changed_region,
  gpointer user_data
)

Description [src]

The ::recycling-changed signal is invoked to notify modified recycling tree.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0

Parameters

old_start_region

Type: GObject

First AgsRecycling.

The data is owned by the caller of the function.
old_end_region

Type: GObject

Last AgsRecycling.

The data is owned by the caller of the function.
new_start_region

Type: GObject

New first AgsRecycling.

The data is owned by the caller of the function.
new_end_region

Type: GObject

New last AgsRecycling.

The data is owned by the caller of the function.
old_start_changed_region

Type: GObject

Modified link AgsRecycling start.

The data is owned by the caller of the function.
old_end_changed_region

Type: GObject

Modified link AgsRecyclig end.

The data is owned by the caller of the function.
new_start_changed_region

Type: GObject

Replacing link AgsRecycling start.

The data is owned by the caller of the function.
new_end_changed_region

Type: GObject

Replacing link AgsRecycling end.

The data is owned by the caller of the function.