Method

AgsAudioOscParserread_text

since: 3.0.0

Declaration [src]

gchar*
ags_osc_parser_read_text (
  AgsOscParser* osc_parser,
  gint length
)

Description [src]

Read text.

Available since: 3.0.0

Parameters

length

Type: gint

The length.

Return value

Type: gchar*

The text read as string.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.