Function
AgsBufferUtils32_to_char_buffer
since: 3.0.0
[−]
Declaration [src]
guchar*
ags_buffer_util_s32_to_char_buffer (
gint32* buffer,
guint buffer_length
)
[−]
Parameters
buffer
-
Type:
gint32*
The gint32 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. |