Package: glib

Function glib:bytes-new

Lambda List

glib:bytes-new (data size)

Arguments

data -- a pointer to the data to be used for the bytes
size -- an integer for the size of data

Return Value

The new g:bytes instance.

Details

Creates a new g:bytes instance from data.
 

See also

2025-05-22