Method
GLibBytesunref
since: 2.32
Description
Releases a reference on bytes
. This may result in the bytes being
freed. If bytes
is NULL
, it will return immediately.
Available since: 2.32
Parameters
bytes
-
Type:
GBytes
A
GBytes
.The argument can be NULL
.