gtkBuilderGetTypeFromName: gtkBuilderGetTypeFromName
Description
Looks up a type by name, using the virtual function that
GtkBuilder has for that purpose. This is mainly used when
implementing the GtkBuildable interface on a type.Usage
gtkBuilderGetTypeFromName(object, type.name)
Arguments
type.name
type name to lookup
Value
GType] the GType found for type.name or G_TYPE_INVALID
if no type was found