Gtk.Builder::get_type_from_name
function vfunc_get_type_from_name(type_name:String):GType {
}Looks up a type by name, using the virtual function that Gtk.Builder has for that purpose. This is mainly used when implementing the Gtk.Buildable interface on a type.
Since 2.12
- type_name
type name to lookup
- Returns
the GLib.Type found for type_name or #G_TYPE_INVALID if no type was found