Function
AgsBufferUtilcomplex_to_char_buffer
since: 3.0.0
[−]
Declaration [src]
guchar*
ags_buffer_util_complex_to_char_buffer (
AgsComplex* buffer,
guint buffer_length
)
[−]
Parameters
buffer
-
Type:
AgsComplex
The
AgsComplex
buffer.The data is owned by the caller of the function. buffer_length
-
Type:
guint
The buffer length.
[−]
Return value
Type: guchar*
The guchar buffer.
The caller of the function takes ownership of the data, and is responsible for freeing it. |