Method
ClutterScriptget_type_from_name
Declaration [src]
GType
clutter_script_get_type_from_name (
ClutterScript* script,
const gchar* type_name
)
Description [src]
Looks up a type by name, using the virtual function that
ClutterScript
has for that purpose. This function should
rarely be used.