Signal
AgsAudioOscBuilder::append-bundle
since: 3.0.0
Declaration
void
append_bundle (
AgsOscBuilder* self,
gpointer parent_bundle,
gint tv_secs,
gint tv_fraction,
gboolean immediately,
gpointer user_data
)
Description [src]
The ::append-bundle signal is emited during building bundle.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0.0 |
Parameters
parent_bundle-
Type:
gpointerThe parent
AgsOscBuilderBundle-struct orNULL.The argument can be NULL.The data is owned by the caller of the function. tv_secs-
Type:
gintTime value secondes since midnight January 1900
tv_fraction-
Type:
gintTime value fractions of second.
immediately-
Type:
gbooleanIf
TRUEapply immediately, otherwiseFALSE.