[cairo-commit] 2 commits - doc/public src/cairo-pdf-operators-private.h
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Jan 25 16:47:17 PST 2008
doc/public/tmpl/cairo-paths.sgml | 2 ++
doc/public/tmpl/cairo-status.sgml | 1 +
doc/public/tmpl/cairo-surface.sgml | 2 --
src/cairo-pdf-operators-private.h | 7 +++----
4 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 58f6aed93d137b77a2550bcace16f8d5573d45ef
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jan 25 19:47:07 2008 -0500
[doc] Update for recent API changes
diff --git a/doc/public/tmpl/cairo-paths.sgml b/doc/public/tmpl/cairo-paths.sgml
index 3d68342..9eb844b 100644
--- a/doc/public/tmpl/cairo-paths.sgml
+++ b/doc/public/tmpl/cairo-paths.sgml
@@ -246,3 +246,5 @@ Creating paths and manipulating path data
@y1:
@x2:
@y2:
+
+
diff --git a/doc/public/tmpl/cairo-status.sgml b/doc/public/tmpl/cairo-status.sgml
index 0f34961..5a1ac02 100644
--- a/doc/public/tmpl/cairo-status.sgml
+++ b/doc/public/tmpl/cairo-status.sgml
@@ -45,6 +45,7 @@ Decoding cairo's status
@CAIRO_STATUS_INVALID_DSC_COMMENT:
@CAIRO_STATUS_INVALID_INDEX:
@CAIRO_STATUS_CLIP_NOT_REPRESENTABLE:
+ at CAIRO_STATUS_TEMP_FILE_ERROR:
<!-- ##### FUNCTION cairo_status_to_string ##### -->
<para>
diff --git a/doc/public/tmpl/cairo-surface.sgml b/doc/public/tmpl/cairo-surface.sgml
index b230791..3626db1 100644
--- a/doc/public/tmpl/cairo-surface.sgml
+++ b/doc/public/tmpl/cairo-surface.sgml
@@ -219,7 +219,6 @@ Base class for surfaces
</para>
@surface:
- at Returns:
<!-- ##### FUNCTION cairo_surface_show_page ##### -->
@@ -228,6 +227,5 @@ Base class for surfaces
</para>
@surface:
- at Returns:
commit 45e7ba356d308f67f674a20484a55d41fe922d13
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jan 25 19:46:43 2008 -0500
[cairo-pdf-operators] Reformat typedef to not confuse gtk-doc
diff --git a/src/cairo-pdf-operators-private.h b/src/cairo-pdf-operators-private.h
index 83ef73c..c603237 100644
--- a/src/cairo-pdf-operators-private.h
+++ b/src/cairo-pdf-operators-private.h
@@ -45,10 +45,9 @@
#include "cairo-compiler-private.h"
#include "cairo-types-private.h"
-typedef cairo_status_t
-(*cairo_pdf_operators_use_font_subset_t) (unsigned int font_id,
- unsigned int subset_id,
- void *closure);
+typedef cairo_status_t (*cairo_pdf_operators_use_font_subset_t) (unsigned int font_id,
+ unsigned int subset_id,
+ void *closure);
typedef struct _cairo_pdf_operators {
cairo_output_stream_t *stream;
More information about the cairo-commit
mailing list