Function
AgsDestroyEntryalloc
since: 3.0.0
Declaration [src]
AgsDestroyEntry*
ags_destroy_entry_alloc (
gpointer ptr,
AgsDestroyFunc destroy_func
)
Parameters
ptr
-
Type:
gpointer
A pointer.
The argument can be NULL
.The data is owned by the caller of the function. destroy_func
-
Type:
AgsDestroyFunc
The
ptr
‘s destroy function.