Method
GtkBuilderget_type_from_name
Declaration [src]
GType
gtk_builder_get_type_from_name (
GtkBuilder* builder,
const char* type_name
)
Description [src]
Looks up a type by name.
This is using the virtual function that GtkBuilder
has
for that purpose. This is mainly used when implementing
the GtkBuildable
interface on a type.
Parameters
type_name |
const char* |
Type name to lookup. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | GType |
The |