Package: gobject
Function g-type-from-instance
Lambda Listg-type-from-instance (instance) ArgumentsReturn ValueThe g-type ID of instance. Details Get the type identifier from a given instance.
This function should only be used in type implementations. NoteExamples(g-type-from-instance (make-instance 'gtk-button)) => #<GTYPE :name "GtkButton" :id 134914152> | See also |
*2021-11-18