summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2014-10-17 22:04:39 +1030
committerAdrian Johnson <ajohnson@redneon.com>2014-10-17 22:04:39 +1030
commitf05e9332b389d33b5ae654e04576ccf2f389786f (patch)
tree030e083772b3291863effc11300b910748dcd4d2
parent9102c0b0af808e52908e4f03bd9db479339c7b7e (diff)
Update mime type documentation.
-rw-r--r--src/cairo-surface.c28
1 files changed, 27 insertions, 1 deletions
diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index 00ff52e82..89345f593 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -1223,6 +1223,31 @@ _cairo_mime_data_destroy (void *ptr)
}
/**
+ * CAIRO_MIME_TYPE_JBIG2:
+ *
+ * Joint Bi-level Image Experts Group image coding standard (ISO/IEC 11544).
+ *
+ * Since: 1.14
+ **/
+
+/**
+ * CAIRO_MIME_TYPE_JBIG2_GLOBAL:
+ *
+ * Joint Bi-level Image Experts Group image coding standard (ISO/IEC 11544) global segment.
+ *
+ * Since: 1.14
+ **/
+
+/**
+ * CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID:
+ *
+ * An unique identifier shared by a JBIG2 global segment and all JBIG2 images
+ * that depend on the global segment.
+ *
+ * Since: 1.14
+ **/
+
+/**
* CAIRO_MIME_TYPE_JP2:
*
* The Joint Photographic Experts Group (JPEG) 2000 image coding standard (ISO/IEC 15444-1).
@@ -1257,7 +1282,8 @@ _cairo_mime_data_destroy (void *ptr)
/**
* CAIRO_MIME_TYPE_UNIQUE_ID:
*
- * Unique identifier for a surface (cairo specific MIME type).
+ * Unique identifier for a surface (cairo specific MIME type). All surfaces with
+ * the same unique identifier will only be embedded once.
*
* Since: 1.12
**/