go-rsm
gconstpointer go_rsm_lookup (const char *id, size_t *len);
const char *id
size_t *len
id
resource name
len
where to store the resource size in bytes
the resource or NULL if not found.
NULL
[transfer none][nullable]
void go_rsm_register_file (const char *id, gconstpointer data, size_t len);
gconstpointer data
size_t len
void go_rsm_unregister_file (const char *id);