Method
ClutterScriptadd_search_paths
Declaration [src]
void
clutter_script_add_search_paths (
ClutterScript* script,
const gchar* const* paths,
gsize n_paths
)
Description [src]
Adds paths
to the list of search paths held by script
.
The search paths are used by clutter_script_lookup_filename(), which can be used to define search paths for the textures source file name or other custom, file-based properties.
Available since: | 0.8 |