[cairo-commit] cairo/doc/public/tmpl cairo-font.sgml, 1.9, 1.10 cairo-surface.sgml, 1.15, 1.16 cairo-xlib.sgml, 1.11, 1.12 cairo.sgml, 1.27, 1.28

Carl Worth commit at pdx.freedesktop.org
Fri Aug 5 10:30:33 PDT 2005


Committed by: cworth

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

Modified Files:
	cairo-font.sgml cairo-surface.sgml cairo-xlib.sgml cairo.sgml 
Log Message:

2005-08-05  Carl Worth  <cworth at cworth.org>

        * doc/public/cairo-sections.txt: Add some missing declarations to
        the appropriate sections.

        * doc/public/tmpl/cairo-font.sgml:
        * doc/public/tmpl/cairo-surface.sgml:
        * doc/public/tmpl/cairo-xlib.sgml:
        * doc/public/tmpl/cairo.sgml: churn

        * src/cairo-path-data-private.h: Rename cairo_path_nil to
        _cairo_path_nil since it may be exported, and tag it cairo_private
        to try to avoid exporting it. Qualify it as const well.

        * src/cairo-path-data.c: (_cairo_path_data_create_real):
        * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat):
        Track new name of _cairo_path_nil and cast away the const as
        required.


Index: cairo-font.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-font.sgml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cairo-font.sgml	5 Aug 2005 17:03:04 -0000	1.9
+++ cairo-font.sgml	5 Aug 2005 17:30:31 -0000	1.10
@@ -46,6 +46,15 @@
 @font_face: 
 
 
+<!-- ##### FUNCTION cairo_font_face_status ##### -->
+<para>
+
+</para>
+
+ at font_face: 
+ at Returns: 
+
+
 <!-- ##### FUNCTION cairo_font_face_get_user_data ##### -->
 <para>
 
@@ -97,6 +106,15 @@
 @scaled_font: 
 
 
+<!-- ##### FUNCTION cairo_scaled_font_status ##### -->
+<para>
+
+</para>
+
+ at scaled_font: 
+ at Returns: 
+
+
 <!-- ##### STRUCT cairo_font_extents_t ##### -->
 <para>
 

Index: cairo-surface.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-surface.sgml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cairo-surface.sgml	5 Aug 2005 17:03:04 -0000	1.15
+++ cairo-surface.sgml	5 Aug 2005 17:30:31 -0000	1.16
@@ -54,6 +54,15 @@
 @surface: 
 
 
+<!-- ##### FUNCTION cairo_surface_status ##### -->
+<para>
+
+</para>
+
+ at surface: 
+ at Returns: 
+
+
 <!-- ##### FUNCTION cairo_surface_finish ##### -->
 <para>
 

Index: cairo-xlib.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-xlib.sgml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cairo-xlib.sgml	25 Jul 2005 19:29:24 -0000	1.11
+++ cairo-xlib.sgml	5 Aug 2005 17:30:31 -0000	1.12
@@ -53,3 +53,14 @@
 @height: 
 
 
+<!-- ##### FUNCTION cairo_xlib_surface_set_drawable ##### -->
+<para>
+
+</para>
+
+ at surface: 
+ at drawable: 
+ at width: 
+ at height: 
+
+

Index: cairo.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo.sgml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cairo.sgml	5 Aug 2005 17:03:04 -0000	1.27
+++ cairo.sgml	5 Aug 2005 17:30:31 -0000	1.28
@@ -1116,3 +1116,10 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION cairo_debug_reset_static_data ##### -->
+<para>
+
+</para>
+
+
+




More information about the cairo-commit mailing list