Method

AgsControllerremove_resource

since: 3.0.0

Declaration [src]

void
ags_controller_remove_resource (
  AgsController* controller,
  gchar* resource_name
)

Description [src]

Remove key resource_name from 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.