Method

GioResourcehas_children

unstable since: 2.84

Declaration [src]

gboolean
g_resource_has_children (
  GResource* resource,
  const char* path
)

Description [src]

Returns whether the specified path in the resource has children.

Available since: 2.84

Parameters

path

Type: const char*

A pathname inside the resource.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if path has children.