texture-2d-gl: fix argument description

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2013-09-03 13:43:32 +01:00 committed by Robert Bragg
parent 015d928be5
commit b38a7112d9

View File

@ -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.