Method
AgsAudioOscBufferUtilget_char
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_get_char (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gchar* val
)
[−]
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. val
-
Type:
gchar*
The return location of ASCII char.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.