Resource.gResourceNewFromData

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 g_resources_register(). Since 2.32

class Resource
static
gResourceNewFromData

Parameters

data Bytes

A GBytes

Return Value

Type: Resource

a new GResource, or NULL on error. [transfer full]

Throws

GException on failure.

Meta