Package: gobject
Function g-type-interface-peek
Lambda Listg-type-interface-peek (instance-class iface-type) ArgumentsReturn ValueDetails
Returns the interface structure of an interface to which the passed in instance-class conforms. Examples(g-type-interface-peek (g-type-class-ref "GtkBox") "GtkOrientable") => #.(SB-SYS:INT-SAP #X080C6858) (g-type-from-interface *) => #S(GTYPE :NAME "GtkOrientable" :%ID 134887472) | See also |
2020-11-14