[cairo-commit] cairo/doc/public/tmpl cairo-surface.sgml, 1.2,
1.3 cairo.sgml, 1.3, 1.4
Carl Worth
commit at pdx.freedesktop.org
Fri Mar 11 14:29:17 PST 2005
- Previous message: [cairo-commit] cairo/doc/public cairo-sections.txt,1.6,1.7
- Next message: [cairo-commit] cairo/src Makefile.am, 1.39,
1.40 cairo-path-data-private.h, NONE, 1.1 cairo.c, 1.55,
1.56 cairo.h, 1.79, 1.80 cairo_path_data.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo/doc/public/tmpl
In directory gabe:/tmp/cvs-serv6382/doc/public/tmpl
Modified Files:
cairo-surface.sgml cairo.sgml
Log Message:
* doc/public/cairo-sections.txt:
* doc/public/tmpl/cairo-surface.sgml:
* doc/public/tmpl/cairo.sgml: Added some documentation, so we get
some churn here.
* src/cairo.c:
* src/cairo.h: New functions: cairo_copy_path_data,
cairo_copy_path_data_flat, and cairo_append_path_data.
* src/Makefile.am:
* src/cairo-path-data-private.h:
* src/cairo_path_data.c: Add new implementation for
cairo_copy_path_data and cairo_append_path_data.
* test/Makefile.am:
* test/path_data.c: New test for new path_data functions.
Index: cairo-surface.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-surface.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-surface.sgml 10 Mar 2005 16:59:11 -0000 1.2
+++ cairo-surface.sgml 11 Mar 2005 22:29:15 -0000 1.3
@@ -113,3 +113,25 @@
@Returns:
+<!-- ##### FUNCTION cairo_surface_set_user_data ##### -->
+<para>
+
+</para>
+
+ at surface:
+ at key:
+ at data:
+ at destroy:
+ at Returns:
+
+
+<!-- ##### FUNCTION cairo_surface_get_user_data ##### -->
+<para>
+
+</para>
+
+ at surface:
+ at key:
+ at Returns:
+
+
Index: cairo.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo.sgml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairo.sgml 10 Mar 2005 16:59:11 -0000 1.3
+++ cairo.sgml 11 Mar 2005 22:29:15 -0000 1.4
@@ -953,6 +953,33 @@
@closure:
+<!-- ##### FUNCTION cairo_copy_path_data ##### -->
+<para>
+
+</para>
+
+ at cr:
+ at Returns:
+
+
+<!-- ##### FUNCTION cairo_copy_path_data_flat ##### -->
+<para>
+
+</para>
+
+ at cr:
+ at Returns:
+
+
+<!-- ##### FUNCTION cairo_append_path_data ##### -->
+<para>
+
+</para>
+
+ at cr:
+ at path_data:
+
+
<!-- ##### ENUM cairo_status_t ##### -->
<para>
@@ -967,6 +994,7 @@
@CAIRO_STATUS_NO_TARGET_SURFACE:
@CAIRO_STATUS_NULL_POINTER:
@CAIRO_STATUS_INVALID_STRING:
+ at CAIRO_STATUS_INVALID_PATH_DATA:
<!-- ##### FUNCTION cairo_status ##### -->
<para>
@@ -1031,3 +1059,18 @@
-->
+<!-- ##### USER_FUNCTION cairo_destroy_func_t ##### -->
+<para>
+
+</para>
+
+ at data:
+
+
+<!-- ##### STRUCT cairo_user_data_key_t ##### -->
+<para>
+
+</para>
+
+ at unused:
+
- Previous message: [cairo-commit] cairo/doc/public cairo-sections.txt,1.6,1.7
- Next message: [cairo-commit] cairo/src Makefile.am, 1.39,
1.40 cairo-path-data-private.h, NONE, 1.1 cairo.c, 1.55,
1.56 cairo.h, 1.79, 1.80 cairo_path_data.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list