Method

GLibBytesget_size

since: 2.32

Declaration

gsize
g_bytes_get_size (
  GBytes* bytes
)

Description

Get the size of the byte data in the GBytes.

This function will always return the same value for a given GBytes.

Available since: 2.32

Return value

Type: gsize

The size.