Next: g-object-call-get-property, Previous: g-object-call-constructor, Up: GObject low-level
(g-type-from-object object-ptr) => type
Returns the type of an object by a pointer to its instance
Example:
(g-type-from-object (g-object-call-constructor "GtkButton" nil nil)) => "GtkButton"