(g-type-interface-prerequisites type) => types
Returns the prerequisites of an interface type
. Prerequisite is a type that should be an ancestor of a type implementing interface type
.
Example:
(g-type-interface-prerequisites "GtkCellEditable") => ("GtkObject" "GtkWidget")