Function

AgsControllerResourceunref

since: 3.0.0

Declaration [src]

void
ags_controller_resource_unref (
  AgsControllerResource* controller_resource
)

Description [src]

Decrease ref-count of controller_resource and free it if ref-count drops to 0.

Available since: 3.0.0

Parameters

controller_resource

Type: AgsControllerResource*

The AgsControllerResource-struct.

The argument can be NULL.
The data is owned by the caller of the function.