[cogl/cogl-1.16] texture-2d-gl: fix argument description



commit b38a7112d972be9f6839c62a84ff4db1190ba8d3
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 13:43:32 2013 +0100

    texture-2d-gl: fix argument description
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 cogl/cogl-texture-2d-gl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-texture-2d-gl.h b/cogl/cogl-texture-2d-gl.h
index 49ae47d..02f27a4 100644
--- a/cogl/cogl-texture-2d-gl.h
+++ b/cogl/cogl-texture-2d-gl.h
@@ -42,7 +42,7 @@ COGL_BEGIN_DECLS
  * @gl_handle: A GL handle for a GL_TEXTURE_2D texture object
  * @width: Width of the foreign GL texture
  * @height: Height of the foreign GL texture
- * @internal_format: The format of the texture
+ * @format: The format of the texture
  * @error: A #CoglError for exceptions
  *
  * Wraps an existing GL_TEXTURE_2D texture object as a #CoglTexture2D.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]