Function
AgsDestroyWorkeradd
since: 3.0.0
Declaration [src]
void
ags_destroy_worker_add (
AgsDestroyWorker* destroy_worker,
gpointer ptr,
AgsDestroyFunc destroy_func
)
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.