[cogl] docs: Updates cogl_primitive_new_xyz symbols listing



commit f7f730ee84602f73a803967dea86753f8c46f633
Author: Robert Bragg <robert linux intel com>
Date:   Mon Jan 16 20:58:22 2012 +0000

    docs: Updates cogl_primitive_new_xyz symbols listing
    
    Previously we had functions named like
    cogl_primitive_new_with_xyz_attributes() but at some point we renamed
    them all to functions named like cogl_primitive_new_xyz() instead. This
    updates the -sections.txt symbol listing to list the new names.
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 .../cogl-2.0-experimental-sections.txt             |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
index df52c21..a81e201 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
+++ b/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-sections.txt
@@ -218,14 +218,15 @@ cogl_is_indices
 <TITLE>Primitives</TITLE>
 CoglPrimitive
 cogl_primitive_new
-cogl_primitive_new_with_attributes_array
-cogl_primitive_new_with_p3_attributes
-cogl_primitive_new_with_p2c4_attributes
-cogl_primitive_new_with_p3c4_attributes
-cogl_primitive_new_with_p2t2_attributes
-cogl_primitive_new_with_p3t2_attributes
-cogl_primitive_new_with_p2t2c4_attributes
-cogl_primitive_new_with_p3t2c4_attributes
+cogl_primitive_new_with_attributes
+cogl_primitive_new_p2
+cogl_primitive_new_p3
+cogl_primitive_new_p2c4
+cogl_primitive_new_p3c4
+cogl_primitive_new_p2t2
+cogl_primitive_new_p3t2
+cogl_primitive_new_p2t2c4
+cogl_primitive_new_p3t2c4
 cogl_is_primitive
 cogl_primitive_get_first_vertex
 cogl_primitive_set_first_vertex



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