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 |
| Available since: 3.0.0 |
Parameters
old_start_region-
Type:
GObjectFirst
AgsRecycling.The data is owned by the caller of the function. old_end_region-
Type:
GObjectLast
AgsRecycling.The data is owned by the caller of the function. new_start_region-
Type:
GObjectNew first
AgsRecycling.The data is owned by the caller of the function. new_end_region-
Type:
GObjectNew last
AgsRecycling.The data is owned by the caller of the function. old_start_changed_region-
Type:
GObjectModified link
AgsRecyclingstart.The data is owned by the caller of the function. old_end_changed_region-
Type:
GObjectModified link
AgsRecycligend.The data is owned by the caller of the function. new_start_changed_region-
Type:
GObjectReplacing link
AgsRecyclingstart.The data is owned by the caller of the function. new_end_changed_region-
Type:
GObjectReplacing link
AgsRecyclingend.The data is owned by the caller of the function.