Package: gobject

Function g-type-interface-prerequisites

Lambda List

g-type-interface-prerequisites (iface-type)

Arguments

iface-type -- a g-type interface type

Return Value

A list of g-type IDs containing the prerequisites of iface-type.

Details

Returns the prerequisites of an interfaces type.

Examples

(g-type-interface-prerequisites "GtkOrientable")
=> (#<GTYPE :name "GObject" :id 80>)    
 

See also

2020-11-14