doc: Fix various mismatches between arguments and their documentation

Argument names and @$arg suffered from various little mismatches, fix
them in a batch commit.

(cherry picked from commit d2ac3c5a88d980e7519c98bd261111b93cf73a6e)
This commit is contained in:
Damien Lespiau
2012-12-30 18:08:50 +00:00
committed by Robert Bragg
parent 6aadb4a0db
commit 864e5562df
13 changed files with 39 additions and 20 deletions

View File

@ -172,7 +172,7 @@ cogl_pipeline_set_layer_texture (CoglPipeline *pipeline,
void
cogl_pipeline_set_layer_null_texture (CoglPipeline *pipeline,
int layer_index,
CoglTextureType texure_type);
CoglTextureType texture_type);
/**
* cogl_pipeline_get_layer_texture: