Package: gobject
Function g-type-from-interface
Lambda Listg-type-from-interface (iface) ArgumentsReturn ValueThe g-type ID of interface. Details Get the type identifier from a given interface structure.
This function should only be used in type implementations. Examples(g-type-from-interface (g-type-default-interface-ref "GtkOrientable")) => #<GTYPE :name "GtkOrientable" :id 134920864> | See also |
2020-11-14