diff options
author | Carl Worth <cworth@cworth.org> | 2005-03-09 12:35:36 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-03-09 12:35:36 +0000 |
commit | 6d4653fe22c0d24d650b094a1e271c37a9a11eb1 (patch) | |
tree | 725708c033e6538f8ad1b908be27d50497536312 /doc | |
parent | 36820ec40a4c2cd246d23d23e6d8ef15dd4c6504 (diff) |
Rename all the cairo_current functions to cairo_get functions instead. Add documentation for all of these functions (and a few others as well).
Add support so that old binarys should still run and old source should still compile, (though we'll rip that out again on the API Shakeup flag day).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/cairo-sections.txt | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt index 3da0fa80..97a83d82 100644 --- a/doc/public/cairo-sections.txt +++ b/doc/public/cairo-sections.txt @@ -198,8 +198,8 @@ cairo_scale_font cairo_transform_font cairo_show_text cairo_show_glyphs -cairo_current_font -cairo_current_font_extents +cairo_get_font +cairo_get_font_extents cairo_set_font cairo_text_extents cairo_glyph_extents @@ -210,32 +210,9 @@ cairo_font_destroy cairo_font_extents cairo_font_glyph_extents cairo_show_surface -cairo_current_operator -cairo_current_rgb_color -cairo_current_pattern -cairo_current_alpha -cairo_current_tolerance -cairo_current_point -cairo_current_fill_rule -cairo_current_line_width -cairo_current_line_cap -cairo_current_line_join -cairo_current_miter_limit -cairo_current_matrix -cairo_current_target_surface -cairo_current_path -cairo_current_path_flat -cairo_status_t -cairo_status -cairo_status_string -cairo_filter_t -cairo_image_surface_create -cairo_image_surface_create_for_data -<SUBSECTION Private> -CAIRO_BEGIN_DECLS -CAIRO_END_DECLS cairo_get_operator cairo_get_rgb_color +cairo_get_pattern cairo_get_alpha cairo_get_tolerance cairo_get_current_point @@ -246,6 +223,30 @@ cairo_get_line_join cairo_get_miter_limit cairo_get_matrix cairo_get_target_surface +cairo_get_path +cairo_get_path_flat +cairo_status_t +cairo_status +cairo_status_string +cairo_filter_t +cairo_image_surface_create +cairo_image_surface_create_for_data +<SUBSECTION Private> +CAIRO_API_SHAKEUP_FLAG_DAY +CAIRO_BEGIN_DECLS +CAIRO_END_DECLS +cairo_current_operator +cairo_current_rgb_color +cairo_current_alpha +cairo_current_tolerance +cairo_current_point +cairo_current_fill_rule +cairo_current_line_width +cairo_current_line_cap +cairo_current_line_join +cairo_current_miter_limit +cairo_current_matrix +cairo_current_target_surface cairo_get_status cairo_get_status_string </SECTION> |