Function

AgsBufferUtils64_to_char_buffer

since: 3.0.0

Declaration [src]

guchar*
ags_buffer_util_s64_to_char_buffer (
  gint64* buffer,
  guint buffer_length
)

Description [src]

Pack buffer into an guchar buffer.

Available since: 3.0.0

Parameters

buffer

Type: gint64*

The gint64 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.