Method

GLibBytesref

since: 2.32

Declaration [src]

GBytes*
g_bytes_ref (
  GBytes* bytes
)

Description [src]

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.