summaryrefslogtreecommitdiff
path: root/doc/public/cairo-sections.txt
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-02-03 22:55:53 +0100
committerAndrea Canciani <ranma42@gmail.com>2011-02-07 20:28:09 +0100
commit5f039f0f894082c383884595220f6f0368ab72cf (patch)
tree4a77d3ac440d12e7138366d531ca7b1d85a9a6bd /doc/public/cairo-sections.txt
parentfda784793edc3da789954df7fc2f0c86d9ed4f94 (diff)
mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*
This is consistent with the naming of most cairo types/functions (example: cairo_foo_surface_*). The substitution in the code has been performed using: sed -i 's/cairo_pattern_mesh_/cairo_mesh_pattern_/' <files>
Diffstat (limited to 'doc/public/cairo-sections.txt')
-rw-r--r--doc/public/cairo-sections.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt
index ec7c9f1be..11439aea2 100644
--- a/doc/public/cairo-sections.txt
+++ b/doc/public/cairo-sections.txt
@@ -279,18 +279,18 @@ cairo_pattern_get_linear_points
cairo_pattern_create_radial
cairo_pattern_get_radial_circles
cairo_pattern_create_mesh
-cairo_pattern_mesh_begin_patch
-cairo_pattern_mesh_end_patch
-cairo_pattern_mesh_move_to
-cairo_pattern_mesh_line_to
-cairo_pattern_mesh_curve_to
-cairo_pattern_mesh_set_control_point
-cairo_pattern_mesh_set_corner_color_rgb
-cairo_pattern_mesh_set_corner_color_rgba
-cairo_pattern_mesh_get_patch_count
-cairo_pattern_mesh_get_path
-cairo_pattern_mesh_get_control_point
-cairo_pattern_mesh_get_corner_color_rgba
+cairo_mesh_pattern_begin_patch
+cairo_mesh_pattern_end_patch
+cairo_mesh_pattern_move_to
+cairo_mesh_pattern_line_to
+cairo_mesh_pattern_curve_to
+cairo_mesh_pattern_set_control_point
+cairo_mesh_pattern_set_corner_color_rgb
+cairo_mesh_pattern_set_corner_color_rgba
+cairo_mesh_pattern_get_patch_count
+cairo_mesh_pattern_get_path
+cairo_mesh_pattern_get_control_point
+cairo_mesh_pattern_get_corner_color_rgba
cairo_pattern_reference
cairo_pattern_destroy
cairo_pattern_status