Method
ClutterScriptload_from_resource
Declaration [src]
guint
clutter_script_load_from_resource (
ClutterScript* script,
const gchar* resource_path,
GError** error
)
Description [src]
Loads the definitions from a resource file into script
and merges with
the currently loaded ones, if any.
Available since: | 1.10 |