resources_enumerate_children


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.32" ) ]
public string[] resources_enumerate_children (string path, ResourceLookupFlags lookup_flags) throws Error

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 strfreev.

lookup_flags controls the behaviour of the lookup.

Parameters:

path

A pathname inside the resource

lookup_flags

A ResourceLookupFlags

Returns:

an array of constant strings


Namespace: GLib
Package: gio-2.0