summaryrefslogtreecommitdiff
path: root/doc/rsvg-sections.txt
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-04 05:18:49 +0000
committerCarl Worth <cworth@src.gnome.org>2005-08-04 05:18:49 +0000
commitc64aac9079b68270a56b9415dddc6307b1b98447 (patch)
tree5d42d8d79c2ed56ae80fc7a7b2372f633581d5a1 /doc/rsvg-sections.txt
parent2cfe4d01ec240e29b8726ed70af172996bc13fdf (diff)
downloadlibrsvg-c64aac9079b68270a56b9415dddc6307b1b98447.tar.gz
Add more casts to quiet the gcc4 warnings. Some of these are particularly
2005-08-03 Carl Worth <cworth@cworth.org> * test-display.c: (print_pixbuf), (save_svg), (main): * gdk-pixbuf-loader/io-svg.c: (fill_info): * gtk-engine/svg-render.c: (svg_cache_value_new): * rsvg-art-paint-server.c: (rsvg_art_paint_server_lin_grad_render), (rsvg_art_paint_server_rad_grad_render): Add more casts to quiet the gcc4 warnings. Some of these are particularly annoying and show the dangers of API functions that use unsigned char* for character strings. We now have casts for string literals (yuck\!). In a few places I was able to change the type of a buffer from char[] to unsigned char[] to avoid a cast. * doc/rsvg-sections.txt: Add all the unused declarations to this file in order to silence the compile-time warning. Most everything is added in a new Private subsection. Also add new rsvg-cairo block.
Diffstat (limited to 'doc/rsvg-sections.txt')
-rw-r--r--doc/rsvg-sections.txt106
1 files changed, 106 insertions, 0 deletions
diff --git a/doc/rsvg-sections.txt b/doc/rsvg-sections.txt
index 8f9783c3..73c34598 100644
--- a/doc/rsvg-sections.txt
+++ b/doc/rsvg-sections.txt
@@ -13,6 +13,112 @@ rsvg_handle_get_pixbuf
rsvg_handle_get_title
rsvg_handle_get_desc
rsvg_handle_free
+<SUBSECTION Private>
+RsvgMaskUnits
+rsvg_art_get_image_of_node
+rsvg_new_marker
+RsvgNodeGroup
+rsvg_handle_new_from_data
+rsvg_art_push_discrete_layer
+rsvg_new_filter_primitive_light_source
+RsvgClipPath
+rsvg_node_draw
+rsvg_new_defs
+rsvg_node_group_pack
+rsvg_new_symbol
+rsvg_filter_render
+RsvgNodeUse
+rsvg_art_svp_render_path
+RsvgFilter
+rsvg_new_switch
+rsvg_pixbuf_new_from_href
+rsvg_render_markers
+rsvg_handle_get_metadata
+rsvg_handle_set_base_uri
+rsvg_handle_get_base_uri
+rsvg_new_filter_primitive_specular_lighting
+rsvg_term
+rsvg_pop_def_group
+rsvg_art_render_path
+rsvg_new_filter_primitive_blend
+rsvg_art_needs_discrete_layer
+rsvg_mask_parse
+rsvg_new_node_component_transfer_function
+rsvg_new_filter_primitive_colour_matrix
+rsvg_new_filter_primitive_offset
+rsvg_new_filter
+rsvg_new_filter_primitive_merge_node
+rsvg_new_filter_primitive_convolve_matrix
+RsvgMask
+rsvg_art_render_new
+rsvg_handle_get_dimensions
+RsvgArtRender
+rsvg_marker_render
+rsvg_new_group
+rsvg_art_render_paint_server
+rsvg_new_filter_primitive_flood
+rsvg_init
+rsvg_art_clip_path_merge
+rsvg_new_mask
+rsvg_art_add_clipping_rect
+RSVG_TYPE_ERROR
+rsvg_error_get_type
+rsvg_art_affine_image
+rsvg_new_filter_primitive_gaussian_blur
+rsvg_new_use
+RsvgDimensionData
+RsvgFilterUnits
+rsvg_marker_parse
+rsvg_new_filter_primitive_image
+rsvg_filter_parse
+rsvg_new_filter_primitive_diffuse_lighting
+rsvg_new_filter_primitive_component_transfer
+RsvgNodeSymbol
+RsvgNodeImage
+rsvg_art_render_image
+rsvg_new_image
+rsvg_new_filter_primitive_tile
+rsvg_art_clip_path_render
+rsvg_filter_adobe_blend
+rsvg_new_filter_primitive_erode
+RsvgArtSVPRender
+rsvg_art_rect_clip_path
+rsvg_handle_new_from_file
+rsvg_new_filter_primitive_merge
+rsvg_art_mask_render
+rsvg_new_svg
+rsvg_new_clip_path
+RsvgError
+rsvg_new_filter_primitive_displacement_map
+rsvg_art_pop_discrete_layer
+RSVG_ERROR
+rsvg_new_filter_primitive_composite
+rsvg_new_filter_primitive_turbulence
+RsvgNodeSvg
+RsvgHandle
+RsvgMarker
+rsvg_get_file_path
+rsvg_clip_path_parse
+rsvg_art_svp_render_new
+rsvg_preserve_aspect_ratio
+rsvg_art_clip_image
+rsvg_alpha_blt
+</SECTION>
+
+<SECTION>
+<FILE>rsvg-cairo</FILE>
+<TITLE>Rendering SVG files with cairo</TITLE>
+rsvg_cairo_render
+<SUBSECTION Private>
+rsvg_cairo_render_rsvg_handle
+rsvg_cairo_get_image_of_node
+rsvg_cairo_render_image
+rsvg_cairo_add_clipping_rect
+RsvgCairoRender
+rsvg_cairo_pop_discrete_layer
+rsvg_cairo_render_path
+rsvg_cairo_push_discrete_layer
+rsvg_cairo_render_new
</SECTION>
<SECTION>