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.
Parameters
resource_path |
const gchar* |
The resource path of the file to parse. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | guint |
On error, zero is returned and |