mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-30 11:50:37 +02:00
Update mime type documentation.
This commit is contained in:
parent
29c30b97b1
commit
34dcd3ae9f
1 changed files with 27 additions and 1 deletions
|
|
@ -1222,6 +1222,31 @@ _cairo_mime_data_destroy (void *ptr)
|
|||
free (mime_data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 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:
|
||||
*
|
||||
|
|
@ -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
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue