Function
GLibBytesnew_static
since: 2.32
Declaration [src]
GBytes*
g_bytes_new_static (
gconstpointer data,
gsize size
)
Description [src]
Creates a new GBytes
from static data.
data
must be static (ie: never modified or freed). It may be NULL
if size
is 0.
Available since: 2.32
This function is not directly available to language bindings.