Method
AgsAudioOscBuilderappend_message
since: 3.0.0
Declaration [src]
void
ags_osc_builder_append_message (
AgsOscBuilder* osc_builder,
AgsOscBuilderBundle* parent_bundle,
gchar* address_pattern,
gchar* type_tag
)
Parameters
parent_bundle
-
Type:
AgsOscBuilderBundle
The parent
AgsOscBuilderBundle
-struct orNULL
.The data is owned by the caller of the method. address_pattern
-
Type:
gchar*
The address pattern.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. type_tag
-
Type:
gchar*
The type tag.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.