summaryrefslogtreecommitdiff
path: root/cogl/cogl-types.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-31 23:26:11 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-22 17:48:16 +0000
commit5912ee9997c26d6ba623b411fa8b0b755e5378da (patch)
treea3a2f3e96efe7a24fe631aca1696d9e52f137450 /cogl/cogl-types.h
parentc26d3813c46a0df955810f4d3dda4dfd7a278e66 (diff)
downloadcogl-5912ee9997c26d6ba623b411fa8b0b755e5378da.tar.gz
doc: Fix the remaining broken internal cross-references
Symbols changed names, %1 makes gtk-doc sad and some referenced symbols were missing in the -sections.txt file. (cherry picked from commit c12919c321186ac7b223bc4f82c588ca2f199d67)
Diffstat (limited to 'cogl/cogl-types.h')
-rw-r--r--cogl/cogl-types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index fa1f1f9b..78640e59 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -687,7 +687,7 @@ typedef enum {
* reduce the demand on memory bandwidth.
*
* Note that %COGL_INDICES_TYPE_UNSIGNED_INT is only supported if the
- * %COGL_FEATURE_UNSIGNED_INT_INDICES feature is available. This
+ * %COGL_FEATURE_ID_UNSIGNED_INT_INDICES feature is available. This
* should always be available on OpenGL but on OpenGL ES it will only
* be available if the GL_OES_element_index_uint extension is
* advertized.
@@ -782,7 +782,7 @@ typedef enum { /*< prefix=COGL_RENDERER_ERROR >*/
* processing
* @COGL_FILTER_REMOVE: Remove the event, stops the processing
*
- * Return values for the #CoglFilterFunc function.
+ * Return values for the #CoglXlibFilterFunc and #CoglWin32FilterFunc functions.
*
* Stability: Unstable
*/
@@ -893,7 +893,7 @@ typedef enum {
* CoglReadPixelsFlags:
* @COGL_READ_PIXELS_COLOR_BUFFER: Read from the color buffer
*
- * Flags for cogl_read_pixels()
+ * Flags for cogl_framebuffer_read_pixels_into_bitmap()
*
* Since: 1.0
*/