(g-type-fundamental type) => fundamental-type
Returns the fundamental type that is the ancestor of type
.
Example:
(g-type-fundamental "GtkButton") => "GObject" (g-type-fundamental "GtkWindowType") => "GEnum" (g-type-fundamental "GdkEvent") => "GBoxed"