[cairo-commit] cairo/src cairo.c,1.94,1.95
Carl Worth
commit at pdx.freedesktop.org
Sun May 22 09:08:25 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv935/src
Modified Files:
cairo.c
Log Message:
* TODO: Not that a patch has been submitted for consistent error
handling.
* src/cairo.c: Fix documentation string for cairo_create so that
it might actualyl appear in the manual.
Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- cairo.c 11 May 2005 03:45:55 -0000 1.94
+++ cairo.c 22 May 2005 16:08:23 -0000 1.95
@@ -73,7 +73,7 @@
#define CAIRO_CHECK_SANITY(cr) assert(cairo_sane_state ((cr)))
#endif
-/*
+/**
* cairo_create:
* @target: target surface for the context
*
@@ -100,7 +100,7 @@
* Return value: a newly allocated #cairo_t with a reference
* count of 1. The initial reference count should be released
* with cairo_destroy() when you are done using the #cairo_t.
- */
+ **/
cairo_t *
cairo_create (cairo_surface_t *target)
{
More information about the cairo-commit
mailing list