Struct

AgsDestroyEntry

Description [src]

struct AgsDestroyEntry {
  gpointer ptr;
  void (* destroy_func) (
    gpointer ptr
  );
}

The struct to specify an entry to destroy.

Structure members
ptr

The entry to destroy.

destroy_func
No description available.

Functions

ags_destroy_entry_alloc

Allocated a destroy entry.

since: 3.0.0