From: Øyvind Kolås Date: Tue, 29 Apr 2008 15:58:32 +0000 (+0000) Subject: * cogl/cogl-sections.txt: updated after cogl primitives api rename X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b30935170e927a6c48bbf2b6b80de03c11d1fd6e;p=profile%2Fivi%2Fclutter.git * cogl/cogl-sections.txt: updated after cogl primitives api rename session. --- diff --git a/doc/reference/ChangeLog b/doc/reference/ChangeLog index a322d14..0412bcb 100644 --- a/doc/reference/ChangeLog +++ b/doc/reference/ChangeLog @@ -1,3 +1,8 @@ +2008-04-29 Øyvind KolÃ¥s + + * cogl/cogl-sections.txt: updated after cogl primitives api rename + session. + 2008-04-28 Emmanuele Bassi * clutter/clutter-docs.sgml: Add index for the 0.8 symbols. diff --git a/doc/reference/cogl/cogl-sections.txt b/doc/reference/cogl/cogl-sections.txt index 33d49c9..636d7a7 100644 --- a/doc/reference/cogl/cogl-sections.txt +++ b/doc/reference/cogl/cogl-sections.txt @@ -59,34 +59,23 @@ cogl_util_next_p2 cogl-primitives Primitives cogl_color -cogl_fast_fill_rectangle -cogl_fast_fill_rectanglex -cogl_fast_fill_trapezoid -cogl_fast_fill_trapezoidx -cogl_fill -cogl_stroke +cogl_path_fill +cogl_path_stroke cogl_path_move_to -cogl_path_move_to_rel -cogl_path_line_to -cogl_path_line_to_rel -cogl_path_h_line_to -cogl_path_v_line_to -cogl_path_h_line_to_rel -cogl_path_v_line_to_rel -cogl_path_arc -cogl_path_arc_rel -cogl_path_bezier2_to -cogl_path_bezier2_to_rel -cogl_path_bezier3_to -cogl_path_bezier3_to_rel cogl_path_close -cogl_line -cogl_polyline -cogl_polygon +cogl_path_line_to +cogl_path_curve_to +cogl_path_rel_move_to +cogl_path_rel_line_to +cogl_path_rel_curve_to +cogl_path_line +cogl_path_polyline +cogl_path_polygon +cogl_path_rectangle +cogl_path_round_rectangle +cogl_path_ellipse cogl_rectangle -cogl_arc -cogl_ellipse -cogl_round_rectangle +cogl_rectanglex