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:

committed by
Robert Bragg

parent
6aadb4a0db
commit
864e5562df
@ -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:
|
||||
|
Reference in New Issue
Block a user