Function

AgsDestroyWorkeradd

since: 3.0.0

Declaration [src]

void
ags_destroy_worker_add (
  AgsDestroyWorker* destroy_worker,
  gpointer ptr,
  AgsDestroyFunc destroy_func
)

Description [src]

Add ptr for destruction using destroy_func.

Available since: 3.0.0

Parameters

destroy_worker

Type: AgsDestroyWorker*

The AgsDestroyWorker.

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

Type: gpointer

The gpointer to destroy.

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

Type: AgsDestroyFunc

The AgsDestroyFunc.