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:
gpointer
The parent
AgsOscBuilderBundle
-struct orNULL
.The argument can be NULL
.The data is owned by the caller of the function. tv_secs
-
Type:
gint
Time value secondes since midnight January 1900.
tv_fraction
-
Type:
gint
Time value fractions of second.
immediately
-
Type:
gboolean
If
TRUE
apply immediately, otherwiseFALSE
.