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