Resource.newFromData

Creates a GResource from a reference to the binary resource bundle. This will keep a reference to data while the resource lives, so the data should not be modified or freed.

If you want to use this resource in the global resource namespace you need to register it with gio.resource.Resource.Register.

Note: data must be backed by memory that is at least pointer aligned. Otherwise this function will internally create a copy of the memory since GLib 2.56, or in older versions fail and exit the process.

If data is empty or corrupt, gio.types.ResourceError.Internal will be returned.

class Resource
static
newFromData

Parameters

data glib.bytes.Bytes

A #GBytes

Return Value

Type: gio.resource.Resource

a new #GResource, or null on error