summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuel Pacaud <emmanuel.pacaud@free.fr>2006-05-02 14:50:40 +0200
committerEmmanuel Pacaud <emmanuel.pacaud@free.fr>2006-05-02 14:50:40 +0200
commit0e4527c67e623801544be05de32f21a0c10e5b5d (patch)
treeeb5c626cf09081b8dfb8ae7655f9babd7e90aa57 /doc
parent32f120e4888fd9344f699fd47c1aea6a5ec3df8e (diff)
SVG: Rework of API for SVG selection.
I've removed cairo_svg_surface_create_xxx functions, and instead implemented the following ones: cairo_svg_surface_restrict_to_version cairo_svg_get_versions cairo_svg_version_to_string
Diffstat (limited to 'doc')
-rw-r--r--doc/public/cairo-sections.txt7
-rw-r--r--doc/public/tmpl/cairo-svg.sgml79
2 files changed, 3 insertions, 83 deletions
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt
index de1feb3f..575aa67a 100644
--- a/doc/public/cairo-sections.txt
+++ b/doc/public/cairo-sections.txt
@@ -112,12 +112,11 @@ cairo_xlib_surface_create_with_xrender_format
<FILE>cairo-svg</FILE>
<TITLE>SVG Surfaces</TITLE>
cairo_svg_surface_create
-cairo_svg_surface_create_1_1
-cairo_svg_surface_create_1_2
cairo_svg_surface_create_for_stream
-cairo_svg_surface_create_for_stream_1_1
-cairo_svg_surface_create_for_stream_1_2
cairo_svg_surface_set_dpi
+cairo_svg_surface_restrict_to_version
+cairo_svg_get_versions
+cairo_svg_version_to_string
</SECTION>
<SECTION>
diff --git a/doc/public/tmpl/cairo-svg.sgml b/doc/public/tmpl/cairo-svg.sgml
index fdf167a5..1099d611 100644
--- a/doc/public/tmpl/cairo-svg.sgml
+++ b/doc/public/tmpl/cairo-svg.sgml
@@ -17,82 +17,3 @@ Rendering SVG documents
<!-- ##### SECTION Stability_Level ##### -->
-<!-- ##### FUNCTION cairo_svg_surface_create ##### -->
-<para>
-
-</para>
-
-@filename:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_svg_surface_create_1_1 ##### -->
-<para>
-
-</para>
-
-@filename:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_svg_surface_create_1_2 ##### -->
-<para>
-
-</para>
-
-@filename:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_svg_surface_create_for_stream ##### -->
-<para>
-
-</para>
-
-@write_func:
-@closure:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_svg_surface_create_for_stream_1_1 ##### -->
-<para>
-
-</para>
-
-@write_func:
-@closure:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_svg_surface_create_for_stream_1_2 ##### -->
-<para>
-
-</para>
-
-@write_func:
-@closure:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_svg_surface_set_dpi ##### -->
-<para>
-
-</para>
-
-@surface:
-@x_dpi:
-@y_dpi:
-
-