[cairo-commit] cairo/doc/public cairo-sections.txt,1.32,1.33

Billy Biggs commit at pdx.freedesktop.org
Tue Aug 23 21:10:41 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/doc/public
In directory gabe:/tmp/cvs-serv30717/doc/public

Modified Files:
	cairo-sections.txt 
Log Message:
	* src/cairo.c: Document the rest of the path functions (except the
	two text ones, which should coordinate with their corresponding
	non-path versions).
	* doc/public/cairo-sections.txt:
	* doc/public/tmpl/cairo-paths.sgml:
	* doc/public/tmpl/cairo-text.sgml: Minor shuffling.



Index: cairo-sections.txt
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-sections.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cairo-sections.txt	23 Aug 2005 05:11:44 -0000	1.32
+++ cairo-sections.txt	24 Aug 2005 04:10:39 -0000	1.33
@@ -264,18 +264,20 @@
 cairo_copy_path_flat
 cairo_path_destroy
 cairo_append_path
+cairo_get_current_point
 cairo_new_path
 cairo_close_path
-cairo_get_current_point
-cairo_move_to
-cairo_line_to
-cairo_curve_to
 cairo_arc
 cairo_arc_negative
-cairo_rel_move_to
-cairo_rel_line_to
-cairo_rel_curve_to
+cairo_curve_to
+cairo_line_to
+cairo_move_to
 cairo_rectangle
+cairo_glyph_path
+cairo_text_path
+cairo_rel_curve_to
+cairo_rel_line_to
+cairo_rel_move_to
 </SECTION>
 
 <SECTION>
@@ -297,8 +299,6 @@
 cairo_set_font_face
 cairo_text_extents
 cairo_glyph_extents
-cairo_text_path
-cairo_glyph_path
 </SECTION>
 
 <SECTION>



More information about the cairo-commit mailing list