From e104fcab1c8c8d9a7a7962a1dbea0c87867c8f9a Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Thu, 31 Jan 2008 01:33:50 +0000 Subject: Introduce cairo_has_current_point() cairo_has_current_point() can be used to determine whether a current point is defined. We introduce this new symbol with a boolean return value to avoid the versioning ambiguity of modifying cairo_get_current_point(). This way we also don't have to map what should be a routine operation to an error condition as was previously proposed. --- doc/public/cairo-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt index f7c838d2..abfda0eb 100644 --- a/doc/public/cairo-sections.txt +++ b/doc/public/cairo-sections.txt @@ -322,6 +322,7 @@ cairo_copy_path cairo_copy_path_flat cairo_path_destroy cairo_append_path +cairo_has_current_point cairo_get_current_point cairo_new_path cairo_new_sub_path -- cgit v1.2.3