[cairo-commit] 2 commits - doc/public
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Feb 7 11:20:57 UTC 2023
doc/public/language-bindings.xml | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 7f334e0479c74276105b0cbbbe4884fba80d5fd3
Merge: 23e2718bd 5ede164a6
Author: Emmanuele Bassi <ebassi at gmail.com>
Date: Tue Feb 7 11:20:56 2023 +0000
Merge branch 'fix-error-handling-docs' into 'master'
Docs: Remove out of date remarks
See merge request cairo/cairo!450
commit 5ede164a61a82fa0d589400842c24823ef68a540
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Tue Feb 7 21:10:28 2023 +1030
doc: remove out of date remarks
diff --git a/doc/public/language-bindings.xml b/doc/public/language-bindings.xml
index a00a00448..1d04ec018 100644
--- a/doc/public/language-bindings.xml
+++ b/doc/public/language-bindings.xml
@@ -423,14 +423,6 @@ public void writeToPNG (OutputStream stream) throws IOException;
operations do nothing. Retrieving the status of the
singleton object returns <constant>CAIRO_STATUS_NO_MEMORY</constant>
</para>
- <remark>
- Is this going to apply to
- <type>cairo_surface_t</type> as well?
- </remark>
- <remark>
- What about cairo_copy_path_data()? It's probably going to
- have to return <constant>NULL</constant>.
- </remark>
</listitem>
<listitem><para>
Errors propagate from object to object. Setting a pattern
@@ -438,8 +430,6 @@ public void writeToPNG (OutputStream stream) throws IOException;
<type>cairo_t</type> puts the type into an error state.
</para></listitem>
</itemizedlist>
- <remark>Much of the above is not yet implemented at the time of
- this writing</remark>
<para>
A language binding could copy the C approach, and for a
language without exceptions, this is likely the right thing
More information about the cairo-commit
mailing list