Function
AgsBufferUtilchar_buffer_to_s64
since: 3.0.0
[−]
Declaration [src]
gint64*
ags_buffer_util_char_buffer_to_s64 (
guchar* cbuffer,
guint buffer_size
)
[−]
Parameters
cbuffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the function. buffer_size
-
Type:
guint
The buffer size.
[−]
Return value
Type: gint64*
The gint64 buffer.
The caller of the function takes ownership of the data, and is responsible for freeing it. |