summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/public/language-bindings.xml10
-rw-r--r--doc/public/meson.build1
2 files changed, 0 insertions, 11 deletions
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
diff --git a/doc/public/meson.build b/doc/public/meson.build
index 7f25ea1a9..278ef4703 100644
--- a/doc/public/meson.build
+++ b/doc/public/meson.build
@@ -98,7 +98,6 @@ ignore_headers = [
'cairo-svg-surface-private.h',
'cairo-tag-attributes-private.h',
'cairo-tag-stack-private.h',
- 'cairo-tee-surface-private.h',
'cairo-time-private.h',
'cairo-traps-private.h',
'cairo-tristrip-private.h',