Struct
AgsDestroyEntry
Description [src]
struct AgsDestroyEntry {
gpointer ptr;
void (* destroy_func) (
gpointer ptr
);
}
The struct to specify an entry to destroy.
Structure members
ptrThe entry to destroy.
destroy_func- No description available.