Method
AgsControllerlookup_resource
since: 3.0.0
[−]
Declaration [src]
AgsControllerResource*
ags_controller_lookup_resource (
AgsController* controller,
gchar* resource_name
)
[−]
Parameters
resource_name
-
Type:
gchar*
The resource name as string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: AgsControllerResource*
The matching AgsControllerResource
-struct.
The returned data is owned by the instance. |
The return value can be NULL . |