cl-cffi-gtk
API documentation
Package:
glib
Function g-bytes-new
Lambda List
g-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
A new
g-bytes
instance.
Details
Creates a new
g-bytes
instance from
data
.
See also
g-bytes
2021-12-10