cairo/doc/public
Carl Worth 5d7c796c18 Remove all create_in_error functions as they were just muddling up the memory management semantics:
_cairo_path_data_create_in_error _cairo_pattern_create_in_error _cairo_surface_create_in_error
Don't bother with extra check of other->status to anticipate and try to prevent cairo_surface_create_similar from returning through cairo_surface_create_in_error.
Just return &_cairo_surface|pattern|path_nil rather than _cairo_surface|pattern|path_create_in_error.
After checking surface->status from a cairo_<foo>_surface_create function, just return CAIRO_STATUS_NO_MEMORY since that's the only error we'll get from one of these create functions.
Remove unnecessary check for gstate == NULL;
Fix old check for image == NULL instead of image->base.status.
Add missing check of surface->image_base.status after creating surface->image.
Add missing check of surface->base.status after creating surface.
2005-07-28 09:46:38 +00:00
..
tmpl Remove all create_in_error functions as they were just muddling up the memory management semantics: 2005-07-28 09:46:38 +00:00
.cvsignore Re-synch with latest from gtk-doc CVS tree. 2005-05-24 16:08:39 +00:00
cairo-docs.xml src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha(). 2005-05-06 12:00:22 +00:00
cairo-overrides.txt configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc. 2005-01-27 11:35:25 +00:00
cairo-sections.txt src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options(). 2005-07-25 12:29:23 +00:00
cairo.types configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for doing docs via gtk-doc. 2005-01-27 11:35:25 +00:00
language-bindings.xml Replace all occurences of refcount with ref_count. 2005-07-25 16:23:05 +00:00
Makefile.am src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: Add cairo_{get,set}_font_options(). 2005-07-25 12:29:23 +00:00