summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline-state.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-31 14:58:31 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-22 17:48:15 +0000
commitf1f1e876f17973933357d64bb26844665774be90 (patch)
tree22ea53ddf31508ef904580c136ad49fd357f881e /cogl/cogl-pipeline-state.h
parent9ae9602047abd514c708575770b87c516b569887 (diff)
downloadcogl-f1f1e876f17973933357d64bb26844665774be90.tar.gz
doc: Fix the remaining warning around the depth state
Various changes have led to the current, separate from the pipeline, depth state, this commit fixes the remaining waring around that. (cherry picked from commit 111e687e722ad67a0e1c09f881c6282ccb06410b)
Diffstat (limited to 'cogl/cogl-pipeline-state.h')
-rw-r--r--cogl/cogl-pipeline-state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-pipeline-state.h b/cogl/cogl-pipeline-state.h
index 8863cf3c..44c50272 100644
--- a/cogl/cogl-pipeline-state.h
+++ b/cogl/cogl-pipeline-state.h
@@ -642,7 +642,7 @@ cogl_pipeline_set_depth_state (CoglPipeline *pipeline,
/**
* cogl_pipeline_get_depth_state
* @pipeline: A #CoglPipeline object
- * @state: A destination #CoglDepthState struct
+ * @state_out: (out): A destination #CoglDepthState struct
*
* Retrieves the current depth state configuration for the given
* @pipeline as previously set using cogl_pipeline_set_depth_state().