[cairo-commit] cairo/doc/public cairo-sections.txt,1.1,1.2

Owen Taylor commit at pdx.freedesktop.org
Tue Feb 1 15:06:39 PST 2005


Committed by: otaylor

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

Modified Files:
	cairo-sections.txt 
Log Message:
2005-02-01  Owen Taylor  <otaylor at redhat.com>

        * src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add
        _cairo_utf8_to_utf16(), _cairo_utf8_to_ucs4() based on code from GLib.

        * src/cairo.[ch]: Add CAIRO_STATUS_INVALID_STRING

        * src/cairo_ft_font.c: Use _cairo_utf8_to_ucs4().

        * src/cairo.h: Add cairo_bool_t

        * src/cairoint.h: Add TRUE/FALSE definitions.

        * src/cairo.[ch] src/cairoint.h src/cairo_gstate.c: switch
        cairo_in_stroke/cairo_in_fill and all the functions used to
        implement them over to cairo_bool_t.


Index: cairo-sections.txt
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-sections.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-sections.txt	27 Jan 2005 19:35:26 -0000	1.1
+++ cairo-sections.txt	1 Feb 2005 23:06:35 -0000	1.2
@@ -171,6 +171,7 @@
 cairo_show_page
 cairo_in_stroke
 cairo_in_fill
+cairo_bool_t
 cairo_stroke_extents
 cairo_fill_extents
 cairo_init_clip




More information about the cairo-commit mailing list