summaryrefslogtreecommitdiff
path: root/src/cairo-path.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-03-09 12:35:36 +0000
committerCarl Worth <cworth@cworth.org>2005-03-09 12:35:36 +0000
commit6d4653fe22c0d24d650b094a1e271c37a9a11eb1 (patch)
tree725708c033e6538f8ad1b908be27d50497536312 /src/cairo-path.c
parent36820ec40a4c2cd246d23d23e6d8ef15dd4c6504 (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 'src/cairo-path.c')
-rw-r--r--src/cairo-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path.c b/src/cairo-path.c
index 8314f601c..437641adb 100644
--- a/src/cairo-path.c
+++ b/src/cairo-path.c
@@ -256,7 +256,7 @@ _cairo_path_close_path (cairo_path_t *path)
}
cairo_status_t
-_cairo_path_current_point (cairo_path_t *path, cairo_point_t *point)
+_cairo_path_get_current_point (cairo_path_t *path, cairo_point_t *point)
{
if (! path->has_current_point)
return CAIRO_STATUS_NO_CURRENT_POINT;