Bytes.static
Description:
Creates a new [struct@GLib.
Bytes] from static data.
data must be static (ie: never modified or freed). It may be `NULL` if data.length is 0.
Parameters:
| data |
the data to be used for the bytes |
| size |
the size of |
Returns:
|
a new [struct@GLib.Bytes] |