Struct
AgsDestroyEntry
Description [src]
struct AgsDestroyEntry {
gpointer ptr;
void (* destroy_func) (
gpointer ptr
);;
}
The struct to specify an entry to destroy.
Structure members
ptr:gpointerThe entry to destroy.
destroy_func:void (* destroy_func) ( gpointer ptr )The destroy function.