summaryrefslogtreecommitdiff
path: root/doc/public/xml/cairo-status.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/public/xml/cairo-status.xml')
-rw-r--r--doc/public/xml/cairo-status.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/public/xml/cairo-status.xml b/doc/public/xml/cairo-status.xml
index be4fcb5..30dacf9 100644
--- a/doc/public/xml/cairo-status.xml
+++ b/doc/public/xml/cairo-status.xml
@@ -84,6 +84,7 @@ code is required before or after each individual cairo function call.
CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED,
CAIRO_STATUS_DEVICE_TYPE_MISMATCH,
CAIRO_STATUS_DEVICE_ERROR,
+ CAIRO_STATUS_INVALID_MESH_CONSTRUCTION,
CAIRO_STATUS_LAST_STATUS
} cairo_status_t;
@@ -278,6 +279,14 @@ to get a human-readable representation of an error message.
<listitem><simpara>an operation to the device caused an unspecified error (Since 1.10)
</simpara></listitem>
</varlistentry>
+<varlistentry id="CAIRO-STATUS-INVALID-MESH-CONSTRUCTION:CAPS" role="constant">
+<term><literal>CAIRO_STATUS_INVALID_MESH_CONSTRUCTION</literal></term>
+<listitem><simpara>a mesh pattern
+ construction operation was used outside of a
+ <link linkend="cairo-pattern-mesh-begin-patch"><function>cairo_pattern_mesh_begin_patch()</function></link>/<link linkend="cairo-pattern-mesh-end-patch"><function>cairo_pattern_mesh_end_patch()</function></link>
+ pair (Since 1.12)
+</simpara></listitem>
+</varlistentry>
<varlistentry id="CAIRO-STATUS-LAST-STATUS:CAPS" role="constant">
<term><literal>CAIRO_STATUS_LAST_STATUS</literal></term>
<listitem><simpara>this is a special value indicating the number of