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
)

Description [src]

Append message.

Available since: 3.0.0

Parameters

parent_bundle

Type: AgsOscBuilderBundle

The parent AgsOscBuilderBundle-struct or NULL.

The data is owned by the caller of the function.
address_pattern

Type: gchar*

The address pattern.

The data is owned by the caller of the function.
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 function.
The value is a NUL terminated UTF-8 string.