Virtual Method
GtkBuilderScopeget_type_from_function
Declaration [src]
GType
get_type_from_function (
GtkBuilderScope* self,
GtkBuilder* builder,
const char* function_name
)
Description [src]
Try to lookup a GType
via the given function name, specified
explicitly in a GtkBuilder file, like via the “type-func” attribute in the “
Parameters
builder
-
Type:
GtkBuilder
No description available.
The data is owned by the caller of the function. function_name
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.