Resource.openStream

Looks for a file at the specified @path in the resource and returns a #GInputStream that lets you read the data.

@lookup_flags controls the behaviour of the lookup.

class Resource
openStream
(
string path
,
GResourceLookupFlags lookupFlags
)

Parameters

path string

A pathname inside the resource

lookupFlags GResourceLookupFlags

A #GResourceLookupFlags

Return Value

#GInputStream or %NULL on error. Free the returned object with g_object_unref()

Throws

GException on failure.

Meta

Since

2.32