[docs] Parameter naming fixes
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 19 Dec 2008 17:41:44 +0000 (17:41 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 19 Dec 2008 17:41:44 +0000 (17:41 +0000)
commit81541e6940d70beaf68d856d870b96c74ddbfaac
tree0c618ec1de0a8203b505d70cb657c7b06341300c
parent2e98fa46df84ba2b6dc4909c4638e493d889da3a
[docs] Parameter naming fixes

The name of the parameter in the header and the one in the gtk-doc
annotation on top of a function must match.

Unfortunately, there is an index() function declared inside strings.h
which makes gcc complain for the "index" argument as soon as we
enable the extra compiler flags we use when distchecking.

Hence, we need to rename "index" to "index_" in the header and in
the source files.
clutter/clutter-path.c
clutter/clutter-path.h