diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-02-01 15:06:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2005-02-01 15:06:33 +0000 |
commit | 711d7965c87550901653bb8713b4604c441cb5c3 (patch) | |
tree | dd62425dbbbb3ae8d7fdc8137d3d241d391bdbc6 /doc/public/tmpl | |
parent | f4ccbb4615841c509e6ada7c12f469634732c4e4 (diff) |
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(), _cairo_utf8_to_ucs4() based on code from GLib.
Add CAIRO_STATUS_INVALID_STRING
Use _cairo_utf8_to_ucs4().
Add cairo_bool_t
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.
Diffstat (limited to 'doc/public/tmpl')
-rw-r--r-- | doc/public/tmpl/cairo.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/public/tmpl/cairo.sgml b/doc/public/tmpl/cairo.sgml index 491088f86..a9e195c73 100644 --- a/doc/public/tmpl/cairo.sgml +++ b/doc/public/tmpl/cairo.sgml @@ -539,6 +539,12 @@ Drawing contexts. @Returns: +<!-- ##### TYPEDEF cairo_bool_t ##### --> +<para> + +</para> + + <!-- ##### FUNCTION cairo_stroke_extents ##### --> <para> @@ -946,6 +952,7 @@ Drawing contexts. @CAIRO_STATUS_INVALID_MATRIX: @CAIRO_STATUS_NO_TARGET_SURFACE: @CAIRO_STATUS_NULL_POINTER: +@CAIRO_STATUS_INVALID_STRING: <!-- ##### FUNCTION cairo_status ##### --> <para> |