summaryrefslogtreecommitdiff
path: root/src/cairo-surface.c
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2017-11-09 20:52:36 +1030
committerAdrian Johnson <ajohnson@redneon.com>2017-11-09 22:02:05 +1030
commit5ffbaf9e2f7da103da8d015b5f928e25f9433b60 (patch)
treec1da169396ded05b1518e33d8385eaf2d2661d1d /src/cairo-surface.c
parent7d3ba77b6cd20f68cfbda3d8008811265aa030cb (diff)
downloadcairo-5ffbaf9e2f7da103da8d015b5f928e25f9433b60.tar.gz
ps: add CAIRO_MIME_TYPE_EPS mime type for embedding EPS files
Diffstat (limited to 'src/cairo-surface.c')
-rw-r--r--src/cairo-surface.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index e04c478fb..961894a14 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -1281,6 +1281,24 @@ _cairo_surface_has_mime_image (cairo_surface_t *surface)
**/
/**
+ * CAIRO_MIME_TYPE_EPS:
+ *
+ * Encapsulated PostScript file.
+ * [Encapsulated PostScript File Format Specification](http://wwwimages.adobe.com/content/dam/Adobe/endevnet/postscript/pdfs/5002.EPSF_Spec.pdf)
+ *
+ * Since: 1.16
+ **/
+
+/**
+ * CAIRO_MIME_TYPE_EPS_PARAMS:
+ *
+ * Embedding parameters Encapsulated PostScript data.
+ * See [Embedding EPS files][eps].
+ *
+ * Since: 1.16
+ **/
+
+/**
* CAIRO_MIME_TYPE_JBIG2:
*
* Joint Bi-level Image Experts Group image coding standard (ISO/IEC 11544).