Package: gobject

Function gobject:type-interface-prerequisites

Lambda List

gobject:type-interface-prerequisites (itype)

Arguments

itype -- a g:type-t interface type ID

Return Value

A list of g:type-t type IDs containing the prerequisites of itype.

Details

Returns the prerequisites of an interfaces type.

Examples

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

See also

2023-7-29