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