From 763d63b74880e2964e8bd0d761900a9a92883afd Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 12 Jan 2009 18:32:49 +0000 Subject: [PATCH] Update gtk-doc 'Since' field for cogl_texture_multiple_rectangles The function has been backported to the 0.8 branch so it will also be available in Clutter 0.8.6 --- cogl-texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl-texture.h b/cogl-texture.h index 3ca0d8137..5a854d7b0 100644 --- a/cogl-texture.h +++ b/cogl-texture.h @@ -401,7 +401,7 @@ void cogl_texture_polygon (CoglHandle handle, * parameters x1, y1, x2, y2, tx1, ty1, tx2 and ty2 and have the same * meaning as in cogl_texture_rectangle(). * - * Since: 1.0 + * Since: 0.8.6 */ void cogl_texture_multiple_rectangles (CoglHandle handle,