diff options
author | Alp Toker <alp@atoker.com> | 2008-01-31 01:33:50 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-02-06 01:06:01 -0500 |
commit | e104fcab1c8c8d9a7a7962a1dbea0c87867c8f9a (patch) | |
tree | 0c3a2a40374b5af2fb588aca5f7642261033d630 /doc | |
parent | 1f0c3d06895ebcbfbae252e6b7298da0b64b37a9 (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/cairo-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |