Resource.resourcesEnumerateChildren

Returns all the names of children at the specified @path in the set of globally registered resources. The return result is a %NULL terminated list of strings which should be released with g_strfreev().

@lookup_flags controls the behaviour of the lookup.

class Resource
static
string[]
resourcesEnumerateChildren
(
string path
,
GResourceLookupFlags lookupFlags
)

Parameters

path string

A pathname inside the resource

lookupFlags GResourceLookupFlags

A #GResourceLookupFlags

Return Value

Type: string[]

an array of constant strings

Throws

GException on failure.

Meta

Since

2.32