cl-cffi-gtk4
API documentation
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 with the size of
data
Return Value
The new
g:bytes
instance.
Details
Creates a new
g:bytes
instance from
data
.
See also
g:bytes
2024-11-6