Signal

AgsAudioMidiBuilder::append-track

since: 3.0.0

Declaration

void
append_track (
  AgsMidiBuilder* self,
  gchar* track_name,
  gpointer user_data
)

Description [src]

The ::append-track signal is emited during building of track.

Default handler:

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

Available since: 3.0.0

Parameters

track_name

Type: gchar*

The trach name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.