[cogl] doc: Adds missing cogl_matrix syms to 2.0 reference



commit d4cd0c3e95e67c51e2ad34398832430404145e07
Author: Robert Bragg <robert linux intel com>
Date:   Thu Jun 30 22:20:11 2011 +0100

    doc: Adds missing cogl_matrix syms to 2.0 reference
    
    There were a few cogl_matrix symbols missing from the cogl-sections.txt
    for the 2.0 reference manual.
    
    Signed-off-by: Neil Roberts <neil linux intel com>

 .../cogl-2.0-experimental/cogl-sections.txt        |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/doc/reference/cogl-2.0-experimental/cogl-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
index 1f7216f..ce79348 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-sections.txt
+++ b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
@@ -376,17 +376,22 @@ cogl_color_equal
 <TITLE>Matrices</TITLE>
 CoglMatrix
 cogl_matrix_init_identity
+cogl_matrix_init_from_array
+cogl_matrix_copy
+cogl_matrix_equal
+cogl_matrix_free
 cogl_matrix_frustum
 cogl_matrix_ortho
 cogl_matrix_perspective
-cogl_matrix_transform_point
 cogl_matrix_multiply
 cogl_matrix_rotate
 cogl_matrix_translate
 cogl_matrix_scale
-cogl_matrix_init_from_array
 cogl_matrix_get_array
 cogl_matrix_get_inverse
+cogl_matrix_transform_point
+cogl_matrix_transform_points
+cogl_matrix_project_points
 cogl_matrix_is_identity
 </SECTION>
 



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