Method
GtkBuilderget_type_from_name
since: 2.12
Declaration [src]
GType
gtk_builder_get_type_from_name (
GtkBuilder* builder,
const char* type_name
)
Description [src]
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.
Available since: 2.12