Method

AgsControllerlookup_resource

since: 3.0.0

Declaration [src]

AgsControllerResource*
ags_controller_lookup_resource (
  AgsController* controller,
  gchar* resource_name
)

Description [src]

Lookup key resource_name in hash table.

Available since: 3.0.0

Parameters

resource_name

Type: gchar*

The resource name as string.

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

Return value

Type: AgsControllerResource*

The matching AgsControllerResource-struct.

The data is owned by the instance.
The return value can be NULL.