Method

GLibBytesref

since: 2.32

Declaration

GBytes*
g_bytes_ref (
  GBytes* bytes
)

Description

Increase the reference count on bytes.

Available since: 2.32

Return value

Type: GBytes

The GBytes.

The caller of the method takes ownership of the data, and is responsible for freeing it.