diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt
index d3b7319f6..4e65860e0 100644
--- a/doc/public/cairo-sections.txt
+++ b/doc/public/cairo-sections.txt
@@ -168,6 +168,9 @@ cairo_svg_version_to_string
cairo-surface
surface
+CAIRO_MIME_TYPE_JP2
+CAIRO_MIME_TYPE_JPEG
+CAIRO_MIME_TYPE_PNG
cairo_surface_t
cairo_content_t
cairo_surface_create_similar
@@ -192,6 +195,8 @@ cairo_surface_get_user_data
cairo_surface_copy_page
cairo_surface_show_page
cairo_surface_has_show_text_glyphs
+cairo_surface_set_mime_data
+cairo_surface_get_mime_data
diff --git a/doc/public/tmpl/cairo-surface.sgml b/doc/public/tmpl/cairo-surface.sgml
index 93bfe083c..f32dd49ed 100644
--- a/doc/public/tmpl/cairo-surface.sgml
+++ b/doc/public/tmpl/cairo-surface.sgml
@@ -27,6 +27,27 @@ cairo_backend_surface_create().
+
+
+The Joint Photographic Experts Group (JPEG) 2000 image coding standard (ISO/IEC 15444-1). Since 1.10
+
+
+
+
+
+
+The Joint Photographic Experts Group (JPEG) image coding standard (ISO/IEC 10918-1). Since 1.10
+
+
+
+
+
+
+The Portable Network Graphics image file format (ISO/IEC 15948). Since 1.10
+
+
+
+
@@ -193,8 +214,8 @@ cairo_backend_surface_create().
@CAIRO_SURFACE_TYPE_OS2:
@CAIRO_SURFACE_TYPE_WIN32_PRINTING:
@CAIRO_SURFACE_TYPE_QUARTZ_IMAGE:
-@CAIRO_SURFACE_TYPE_SDL:
-@CAIRO_SURFACE_TYPE_SCRIPT:
+@CAIRO_SURFACE_TYPE_SDL:
+@CAIRO_SURFACE_TYPE_SCRIPT:
@@ -261,3 +282,28 @@ cairo_backend_surface_create().
@Returns:
+
+
+
+
+
+@surface:
+@mime_type:
+@data:
+@length:
+@destroy:
+@closure:
+@Returns:
+
+
+
+
+
+
+
+@surface:
+@mime_type:
+@data:
+@length:
+
+