Package: gobject

Function gobject:type-from-interface

Lambda List

gobject:type-from-interface (iface)

Arguments

iface -- a valid g:type-interface instance

Return Value

The g:type-t type ID of iface.

Details

Gets the type identifier from a given interface instance.

Examples

(g:type-from-interface (g:type-default-interface-ref "GtkOrientable"))
=> #<GTYPE :name "GtkOrientable" :id 134920864>    
 

See also

2025-1-4